Skip to content

serenity-bdd/serenity-screenplay-junit-quickstart

Repository files navigation

Serenity JUnit Starter project

This is the simplest possible build script setup for Serenity BDD using Java and JUnit.

This is a very minimal sample project using JUnit and Serenity BDD in Java. You can use this project as a quick starting point for your own projects.

Get the code

Git:

git clone https://github.com/serenity-bdd/serenity-junit-starter.git
cd serenity-junit-starter

Or simply download a zip file.

Use Maven

Open a command window and run:

mvn clean verify

Use Gradle

Open 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!

About

Get up and running quickly with Serenity BDD and Screenplay

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages