You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ths case it works fine, as you see, data is attached to this .xml file and testomat can found test with that test ID and attach report results to it
But! Usually we run tests with the following parameter
% mvn clean test -Dsurefire.rerunFailingTestsCount=1
% grep "system-out" target/surefire-reports/*.xml
%
That's all. section is missing in the report => testomat can't attach this test run with actual test
We use latest JUnit 5 and maven-surefire plugin for it. You can check my minimal reproducible example here - https://github.com/alexks02/surefire-test
Do you have any suggestions, how to pass Test ID's to Testomat without giving up the use of "-Dsurefire.rerunFailingTestsCount=1"?
Thanks in advance, Olek
The text was updated successfully, but these errors were encountered:
Hello!
I tried to set up JUnit reporter and import test results to the Testomat. It's my test example
and then I try to run it
In ths case it works fine, as you see, data is attached to this .xml file and testomat can found test with that test ID and attach report results to it
But! Usually we run tests with the following parameter
That's all. section is missing in the report => testomat can't attach this test run with actual test
We use latest JUnit 5 and maven-surefire plugin for it. You can check my minimal reproducible example here - https://github.com/alexks02/surefire-test
Do you have any suggestions, how to pass Test ID's to Testomat without giving up the use of "-Dsurefire.rerunFailingTestsCount=1"?
Thanks in advance, Olek
The text was updated successfully, but these errors were encountered: