Get started quickly with Serenity BDD and JUnit 5 with this simple starter project.
Git:
git clone https://github.com/serenity-bdd/serenity-junit-screenplay-starter
cd serenity-junit-screenplay-starter
Or simply download a zip file.
Open a command window and run:
mvn clean verify
Open a command window and run:
gradlew test
Both of the commands provided above will produce a Serenity test report in the target/site/serenity
directory. Go take a look!