java-opensdk
java-opensdk copied to clipboard
TestProject Java OpenSDK
https://github.com/testproject-io/java-opensdk#automatic-tests-reporting The current implementation doesn't make sense, as @BeforeTest, @DisplayName, @AfterTest .... are parts of one test. Tests in report should be just for @Test in framework and all @BeforeTest,...
This example runs fine: https://github.com/testproject-io/opensdk-examples/blob/main/java/src/test/java/CucumberTest.java But the test name is not reported, as the plugin adds the test report **after** the process ends and the reports queue is stopped from...
Awaitility (https://github.com/awaitility/awaitility) Is a utility class that provides extensive conditional waiting capabilities. Users can use this instead of the standard WebDriverWait to wait for various driver states. However, due to...
Allow the CucumberReporter to take screenshots.
Currently, if we use the new examples that using TestProjectParameterizer data provider and without including compileTestJava.options.compilerArgs.add '-parameters' In the build.gradle, the test will shown with arg0 (arg1, arg2 and so...