-
**Which version of Kotest are you using**
master
I use inheritance with my test instead composition and faced with problem of order execution.
```kotlin
open class BaseDbTest : FunSpec() {
…
-
I'm new to report portal. Just want to integrate with testng framework and view the test execution details. As suggested in the report portal documentation, i cloned report portal java examples reposi…
-
I am using geckodriver in windows 8. There is a memory leak using this driver because the memory used is contantly increasing. I am using selenium to create spiders and I am navigating to several web…
-
If users want to add their listeners which hold reports and global setup we need to tell TestNG to load ATD listeners first and follow the user given Listeners.
https://rationaleemotions.com/listen…
-
**Describe the bug**
CarinaListener is trying to set the thread_count value for the suite:
```java
if (Configuration.getInt(Parameter.THREAD_COUNT) >= 1) {
// use thread-count from config.…
-
Its good to see the framework but I am not understanding how it can be useful for parallel testing(on different browsers) can you add some tests on this and put some details how e we can use this fram…
-
I am using report portal with Kotlin and TestNG and gradle as the build tool
```
compile group: 'com.epam.reportportal', name: 'agent-java-testng', version: '4.2.0'
```
By default, all the tes…
-
1. Have run with some failures
2. Try to rerun from Zafira or jenkins.
-> Rerun was not started.
dump log:
# Created at 2020-06-01T18:56:07.068
java.lang.ArrayIndexOutOfBoundsException: 0
…
-
Hi @saikrishna321 ,
I'm using ATD 11.0.2
The tests are running fine on 1.17.0, however on upgrading to 1.18.0, the tests are not executing.
Getting Type Error.
Could you please take a l…
-
Quarkus 1.2.0 now requires testng. This has introduced the following 2 issues.
There are 2 issues.
* When 2 or more tests are run, testng prints an error in usage message.
* The names of the indiv…