https://github.com/squidmin/java11-spring-gradle-cucumber-reference
https://github.com/squidmin/java11-spring-gradle-cucumber-reference
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/squidmin/java11-spring-gradle-cucumber-reference
- Owner: squidmin
- Created: 2023-05-25T13:18:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T22:50:18.000Z (about 3 years ago)
- Last Synced: 2025-04-01T21:19:58.406Z (about 1 year ago)
- Language: Java
- Size: 7.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# java11-spring-gradle-cucumber-reference
Cucumber framework for Java reference.
About
Made with:
- **IntelliJ IDEA 2023.1 (Ultimate Edition)**
- **OpenJDK 11.0.17**
- **Gradle 8.1.1**
---
### Build jar
Expand
```shell
./gradlew clean build -DPROFILE=local
```
---
### Run Cucumber tests
Expand
```shell
./scripts/test.sh \
local \
lofty-root-378503 \
test_dataset_integration \
test_table_integration \
$HOME/.config/gcloud \
"$(gcloud auth application-default print-access-token)"
```

---
### View BDD test results
After running the tests, find the `cucumber-report.html` file under the `target` directory.
Open the file with a web browser: