reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Incorrect number of tests in the report after generation

Open BohdanObruch opened this issue 2 years ago • 0 comments

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

  • Python 3.10.4
  • Pytest 7.4.3
  • Git bash
  • Windows 10
  • PyCharm 2023.2.3 (Professional Edition)

BohdanObruch avatar Nov 06 '23 09:11 BohdanObruch