Nick Tan
Nick Tan
no update for now, no ETA yet
Can't reproduce the issue with eclipse-jee-oxygen-3a-macosx-cocoa-x86_64 on MacOs 10.13.8:
didn't have any chance to dig into 'rerun' on result view, I think it's always not too late to correct the things, any suggestion and pull request is welcome :)
thanks for the suggestion, will have a look later.
@ashafey how did you make it with command line, to re-run the failed test only? I can't reproduce it with TestNG 6.9.12, 6.9.13, ``` java import org.testng.annotations.DataProvider; import org.testng.annotations.Factory; import...
@BartMan999 as we can see the generated testng-failed.xml contains the failed test method only, but not any data provider context, hence it's really no way to know which specific test...
testng eclipse plugin use the project/build JRE, generally, the test should use the same JRE of build and runtime. if you do want to use JRE 8, you may install...
@michaldo, could you share more detail about your expectation on your use case? do you want to use execution level configuration (if any) for the right test? or could you...
> When global configuration is empty, I expect TestNG will run with empty global configuration, not with configuration of first possible execution do you mean you don't want to append...
OK, as a workaround, could you add a placeholder system property in global configuration? for example: ``` maven-surefire-plugin ... ```