-
So I was wondering if it was possible to mimic dataproviders like they have on PHPUnit. The idea is that you have a data set and an expected value and you basically execute the same test with differen…
-
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allur…
-
* What went wrong:
Some problems were found with the configuration of task ':app:testCodeCpdCheck' (type 'Cpd').
> No value has been specified for property 'reports.csv.outputLocation'.
> No value …
-
### TestNG Version
6.14.3
> Note: only the latest version is supported
### Expected behavior
If one BeforeMethod skips (and Test skips as well) I'm expecting that for the next cycle (alwaysRun=…
-
Background :- I am working on cucumber framework using gradle and executing in java 11 environment.
I have added all latest dependencies in build.gradle file.
Encountering issue -
After executi…
-
My program works fine from within Eclipse. Due to module dependencies on service provider starting the program from batch, it needs a module-path. This seems to be incompatible with exporting the prog…
-
Hey, guys! 🙂
I run my tests on the [Codeship CI](http://codeship.com) using ParaTest like this:
> ./vendor/bin/paratest --colors --runner WrapperRunner --exclude-group network
Everything wor…
-
I am using java 8
cucumber-java 4.3.2
cucumber-core 1.2.5
cucumber html -0.2.7
Maven dependencies
Getting below issue. While running cucumber feature files using run configuration.
cucumber.…
-
[Check dependencies](https://github.com/TNG/ArchUnit/actions/runs/6366562680) found that `org.ow2.asm:asm` can be updated from version `9.5` to `9.6` at [a9d87c9](https://github.com/TNG/ArchUnit/commi…
-
build.gradle
```
buildscript {
repositories {
mavenCentral()
jcenter()
}
}
plugins {
id "checkstyle"
id "pmd"
id "de.aaschmid.cpd" version "1.2"
}
``…