Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 551 Bytes

File metadata and controls

25 lines (12 loc) · 551 Bytes

Screenplay tutorial

Get started quickly with Serenity BDD and JUnit 5 with this simple starter project.

Get the code

Git:

git clone https://github.com/luisaferco/screenplay-tutorial.git

Or simply download a zip file.

Use Maven

Open a command window and run:

mvn clean verify

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!

screenplay-tutorial