Closed rekha1211 closed 7 months ago
@rekha1211 Could you please provide a full minimal reproducer?
I am afraid we won't be able to make progress without a reproducer. The reporting configuration is very helpful, but we will also need an example test, for which the report merge fails.
I have a project with Junit5 Version -5.3.2 Gradle Version - 6.8.1 Jenkins Junit plugin- latest Selenide - 4.3 Retry Plugin Version - 1.4.0
I tried implementing the mergeReruns concept in my build.gradle and it does not work as expected.
Expected: If a test failed the first time and passed the second time it should not display the test name is results Actual: It is still displaying the test name is Jenkins test results
Expected: If a test fails the both times it should display the test name is failed test results. Actual: It is not displaying the test name is Jenkins failed test results
Some tests results show right and some do not.
Below are some approaches that I tried in my build.gradle configuration. Can I know if I am doing anything wrong or if there is version compatibility issue .
Approach 1 has the whole build.gradle syntax. Approach 2 and 3 has the basic syntax chnages that I made regarding the retry plugin.
Approach 1:
Approach 2: I even tried some other syntax as below
Approach3: