-
## Overview
Although it is typically discouraged, having a way to order tests is useful to some people. The JUnit 4 `@FixMethodOrder` annotation [specifically and deliberately](https://github.com/m…
-
Sometimes there are tests which exist only to initiate some state but they are not the focus.
For example, logging-in is required by all scenarios in an application and there also might be a dedica…
-
Starting from infra(Zebrunner starter) 5.0 in order to fully integrate sonarqube with the infra it is mandatory to create a token and add it to jenkins as a credential(see #164 for more info). Moreove…
-
**Describe the bug**
I have recently implemented TestNG to be able to run cucumber scenarios in parallel by extending AbstractTestNGCucumberTests in my JUnit runner. Runner file is initiated via mave…
-
As described in this [issue](https://github.com/kotest/kotest/issues/456) support Table/Data Driven Testing for AnnotationSpec style.
I see that other styles [support this feature](https://github.co…
-
I don't know how to contoller the threadcount for the cucumber parallel execution.
I have set the threadcount in the pom.xml file, but it not work! please help me~!
below is the information:
cu…
-
Copied from http://code.google.com/p/testng/issues/detail?id=102
Tested with TestNG 6.3.1 too
**What steps will reproduce the problem?**
I have a test class like this:
@Test(enabled = false)
public…
-
Hi,
I have the a TestNG class for running Cucumber scenarios both serially and in parallel.
It contains two @Test methods: one is for running scenarios in parallel and the 2nd is for running scena…
fslev updated
4 years ago
-
Hi,
I found out that this is probably not working as expected. When using Data Driven Testing, methods like before/afterTest are not called for every row of each test.
```kotlin
import io.kotlin…
-
## Overview
Unable to use DataProviderRunner with PowerMockRule as well as PowerMockDelegator. I need to mock static and final classes/methods. I am not able to get DataProvider to work with this c…