reporter
reporter copied to clipboard
Incorrect number of tests in the report after generation
Incorrect number of tests in the report after generation
Precondition
the generated test report is executed according to the command:
pytest --junit-xml report.xml
example report
To Reproduce Steps to reproduce the behavior:
- Check the number of tests in the report (in the report.xml file)
- Open the terminal and run the command
TESTOMATIO={API_KEY} npx report-xml report.xml --lang=python - Go to the link of the report
- Check the number of tests in the import report(in the report, which is reflected in the project on the website https://app.testomat.io/projects/)
Expected behavior The number of test results in the imported report matches the number displayed in the report.xml report
Screenshots
Environment
- Python 3.10.4
- Pytest 7.4.3
- Git bash
- Windows 10
- PyCharm 2023.2.3 (Professional Edition)