-
I have two integration tests within a single module. Now i just select a single Check1IT class which contains dependsOnGroups via project explorer in Eclipse ( TestNG 6.3.1.20111126_1116 org.testng.e…
-
https://github.com/trinodb/trino/actions/runs/4488966780/jobs/7895758471?pr=16644
```
Error: io.trino.plugin.ignite.TestIgniteConnectorTest.testDropColumn Time elapsed: 0.067 s
-
Hi Vimal,
I am building the project with stack: Gradle - Testng - Cucumber-JVM - Selenium - Java
I am trying to integrate extent reports with my project. My project runs fine if I don't add exte…
-
I think the Convert to TestNG wizard should have an additionnal checkbox, for including JUnit test cases in the testng.xml. The thing is that they are already included, but in the same Test tag as Tes…
-
```
2024-04-07T20:32:51.1775860Z com.github.dockerjava.api.exception.InternalServerErrorException: Status 500: {"message":"driver failed programming external connectivity on endpoint testcontainers…
-
```
2022-10-08T15:23:24.119-0500 INFO main io.trino.testng.services.FlakyTestRetryAnalyzer FlakyTestRetryAnalyzer not enabled: CONTINUOUS_INTEGRATION environment is not detected or system property 'i…
-
Can not find BuildConfig in a java file.
plugins {
id 'java'
id 'de.fuerstenau.buildconfig' version '1.1.8'
}
version '0.1'
sourceCompatibility = 1.8
repositories {
mavenCe…
-
```
What steps will reproduce the problem?
1. set your default config, via "Edit Defaults", to output/testng-output
2. control-shift-F10 on a test
3. the output goes into the directories "output/testn…
-
I am using org.testng Interface IRetryAnalyzer to retry the failed scenarios. I am able to remove the scenarios from testng context, however, the extent report still shows all the entries for retried …
-
Jacoco plugin throws class already instrumented exception when building the project. These exceptions should not be thrown and should be resolved
**More information:**
A sample exception will be…