itkhanz
itkhanz
Hi, Is there any solution for this issue as of today? I am running the tests with following dependecies - Selenium Java 4.6 - Cucumber-TestNG 7.9 - TestNG 7.9 -...
Hi, Is there any solution to this issue yet? I am facing the same issue of cross-browser parallel testing with Cucumber where if the scenarios are run in parallel on...
The results for other tests are probably put under Retries Tab if the test methods are same.
This issue arises because the `` in test1 and test2 have same tests so Allure counts them as 1 test and put the other test result in Retries tab. Yet...
> I personally find the page object implementation complicated, hard to debug and to read/understand. So it is rather the question to you, if you would be interested in taking...
> why not use > > ``` > @iOSXCUITFindAll(value = { > @iOSXCUITBy(id = "addContact"), > @iOSXCUITBy(id = "addNewButton") > }) > @AndroidFindAll(value = { > @AndroidBy(id = "add_new_payee_button_constraint_layout"), //...
I have also tested this with disabling Gradle reports and specifying different path for TestNG reports as shown below in my `build.gradle` file: ``` test { if (remote) { reports...
I was finally able to triage this issue and it turned out that Gradle was not able to execute tests because a NullPointerException thrown in the TestNG listener implementation class....
> is there something that's missing from the Gradle generated reports that are available in the TestNG version? TestNG produces both XML and HTML reports. We are using TestNG XML...