https://github.com/bugnificent/serenity-junit-tutorial
For Serenity-BDD
https://github.com/bugnificent/serenity-junit-tutorial
Last synced: 16 days ago
JSON representation
For Serenity-BDD
- Host: GitHub
- URL: https://github.com/bugnificent/serenity-junit-tutorial
- Owner: bugnificent
- License: apache-2.0
- Created: 2025-04-15T15:04:33.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-04-16T12:22:25.000Z (about 1 month ago)
- Last Synced: 2025-05-07T20:16:45.792Z (16 days ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Serenity JUnit Starter project
Get started quickly with Serenity BDD and JUnit 5 with this simple starter project.
## Get the code
Click on the [Use This Template button](https://github.com/serenity-bdd/serenity-junit-starter/generate) to create a new project in your own Github account.
Or simply [download a zip](https://github.com/serenity-bdd/serenity-junit-starter/archive/master.zip) file.
## Running the tests under Maven
The template project comes with both Maven and Gradle build scripts. To run the tests with Maven, open a command window and run:
./mvnw clean verify
## Use Gradle
For GRADLE, pen a command window and run:
./gradlew test
## Viewing the reports
Both of the commands provided above will produce a Serenity test report in the `target/site/serenity` directory. Go take a look!