https://github.com/ashutoshsahoo/cucumber-java-belly
Run cucumber tests from java executable jar
https://github.com/ashutoshsahoo/cucumber-java-belly
assembly-config cucumber cucumber-jvm executable jar java junit junit4 junit5 maven-assembly-plugin
Last synced: about 2 months ago
JSON representation
Run cucumber tests from java executable jar
- Host: GitHub
- URL: https://github.com/ashutoshsahoo/cucumber-java-belly
- Owner: ashutoshsahoo
- Created: 2021-04-11T09:02:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-11T14:39:34.000Z (about 5 years ago)
- Last Synced: 2025-03-20T18:26:07.843Z (about 1 year ago)
- Topics: assembly-config, cucumber, cucumber-jvm, executable, jar, java, junit, junit4, junit5, maven-assembly-plugin
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cucumber-java-belly
Run cucumber tests from java executable jar
## Build project
```shell
mvn clean package
```
## Run tests from jar file
```shell
java -jar ./target/cucumber-java-belly-0.0.1.jar
```
## Run tests with cucumber options
```shell
java -jar ./target/cucumber-java-belly-0.0.1.jar --plugin json:reports/cucumber-report.json
```