-
in 1.2 let's make jdk11 jenkins-slave as default one to distribute. alpine-jdk8 should be published as well to be able to use it as well.
but by default docker-composer.yml should use alpine image on…
-
Hi Team,
I have created one project using cucumber. I am able to run the restNg.xml and all test cases got executed based on feature file within.
Reportportal is up and running. I successfully…
-
[This test suite](https://github.com/ben-manes/caffeine) makes heavy use of parameterized tests to validate all of the configurations of a builder for each test method. This generates thousands of tes…
-
Im trying to run selenium grid programmatically to execute parallel test for two android devices and was struggling with the code for many days already and couldn't manage it yet,
note that : appiu…
-
I am trying to integrate my existing test framework(Selenium+TestNG+Maven) and Reportportal. But I am receiving an error indicated below :
[INFO] --------------------------------------------------…
-
Hello,
When someone uses a [PowerMock](https://github.com/powermock/powermock) runner in tests JUnit Foundation does not fire any events in listeners.
E.G.:
```java
import org.apache.commons.lan…
-
### TestNG Version
> 7.0.0
### Expected behavior
Should showing up only 1 test case execution
### Actual behavior
It's displaying two times the same test cases (same speed execution)
### I…
-
#### Summary
#1983 causes assumptions to fail instead of ignoring the test in edge cases.
This only occurs with JUnit4 when opentest4j is in the classpath, e.g. as transitive dependency from oth…
-
For other styles semantic allows you configure each test (enabled, invocations, threads etc) except `AnnotationSpec`. Kotest has only `Ignore` now.
(as for me I will do it via TestNG's @Test(enabled…
-
**Describe the bug**
The retried tests are shown as separate tests when triggered via a data provider and retried . The same doesnt seem to happen for regular test cases run
**To Reproduce**
```
…