As of now, we only see the pytest output in the console log, which can get quite long. To keep the Jenkins output clean and readable to ease understanding, we could use the --junitxml option of pytest and visualize it with the test report plugin.
For this we need to figure out how we can merge the xml of the multiple pytest runs happening during the same job.
- is related to
-
NXDRIVE-1991 Fix the tests "rerun" mechanism
- Resolved
-
NXDRIVE-2096 Make the JUnit merge script universal
- Resolved
-
NXDRIVE-1994 [Windows] Skip JUnit report when running a specific test
- Resolved