-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
We're using `cucumber-testng-7.8.1` together with `testng-7.6.1` and try to setup test retry with this Gradle plugin.
This is one test class for a big set of tests that are largely divided by Cucum…
-
### What happened?
after suite method not shown in allure report since version 2.22
for example below code
```java
package allure;
import org.testng.annotations.AfterMethod;
import org.test…
-
Encountered a problem when exception is thrown in the dataprovider, onTestSkipped method of listener is called but it is marked as failed in the report(ITestResult object FAILURE status)
```java
p…
-
### TestNG Version
> 7.8.0
### Description ###
If I have a test annotation with the `dependsOnMethods` attribute, and if an exception occurs in `ITestListener.onTestStart`, TestNG is unable to …
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…
-
java.lang.NoSuchMethodError: com.relevantcodes.extentreports.ExtentReports.addSystemInfo(Ljava/util/Map;)Lcom/relevantcodes/extentreports/ExtentReports;
at com.cucumber.listener.ExtentCucumberFormatt…
ghost updated
4 years ago
-
### TestNG Version
The latest
### Expected behavior
Failing reports should result in test execution failure.
An alternative option is to have a property to "ignore errors from reporters"
##…
-
Hi.
Is there any chance for TestNG support?
-
```
Here is my class under test:
public class MockMe {
private static final MockMe ME = new MockMe();
public static MockMe getInstance() {
return ME;
}
}
And here is my te…