-
```
What steps will reproduce the problem?
1. Make a class to refer other jar's classes which in turn should refer
log4j.xml
2. Add that jar dependency in pom that contains log4j.xml
3. Excute java -…
-
```
What steps will reproduce the problem?
1. Make a class to refer other jar's classes which in turn should refer
log4j.xml
2. Add that jar dependency in pom that contains log4j.xml
3. Excute java -…
-
```
What steps will reproduce the problem?
1. Make a class to refer other jar's classes which in turn should refer
log4j.xml
2. Add that jar dependency in pom that contains log4j.xml
3. Excute java -…
-
Hi there,
Just curious whether there is way to run serenity BDD tests (maven project) in a particular order in command line.
e.g. I have three tests (feature1, feature2 and feature3) and I wante…
-
_From [dam...@gmail.com](https://code.google.com/u/114919422028123491955/) on March 15, 2013 23:22:36_
As the title says
_Original issue: http://code.google.com/p/teammatespes/issues/detail?id=700_
-
TestNG version 7.3.0
Dependent methods might not always execute in the correct order with `parallel=instances`, below is a reproducer, which quite often fails (not 100% reliable as sometimes does s…
-
Hi,
I just observed some issues on the library,
1. the failed number of scenarios is wrong in the tags section.
For e.g.: I had 1 scenario failed for tag @world-shop-catalog-feature, but it appe…
-
I would like to build my own voice starting from a `wav` + `text` pair of directories.
After running `./gradlew legacyInit`, I try to substitute the folders `build/wav` and `build/test` with my own…
-
I am having issues getting all the metrics in the grafana dashboard. Here is my current setup:
Grafana (docker) v 7.1.5
Prometheus (docker) v2.21.0
I have an existing JMeter test plan which is st…
-
I am unable add any method parameters to my AfterTest method. For ex:
``` java
@AfterTest
public void doAfterTest(IResult result){
}
```
throws me illegal argument exception. But same works for @…