An open API service indexing awesome lists of open source software.

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

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: