testomatio / reporter

Testomatio Reporter
126 stars 22 forks source link

Incorrect number of tests in the report after generation #244

Closed BohdanObruch closed 3 months ago

BohdanObruch commented 1 year ago

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:

  1. Check the number of tests in the report (in the report.xml file)
  2. Open the terminal and run the command TESTOMATIO={API_KEY} npx report-xml report.xml --lang=python
  3. Go to the link of the report
  4. 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 1 2

Environment