Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 666 Bytes

File metadata and controls

23 lines (14 loc) · 666 Bytes

pytets-JUnit fixture tests

These are fixture tests designed to produce test inputs for the pytest-junit parser using Mocha testing library and mocha-junit-reporter module.

The examples here can also be used as example for using TestArchiver with pytest

Required pip modules

pytest

pip install pytest

producing junit xml files

How to insert metadata

Runing tests and producing xml report

pytest fixture_tests/ --junit-xml=output.xml