globalworming / serenity-junit-screenplay-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serenity JUnit Screenplay Starter project

no cucumbers where harmed during development

This is a minimalistic example using Serenity BDD with the screenplay patter but without Cucumber. It shows how actors with different abilities can work on different interfaces in isolation or in collaboration.

check out the report

https://globalworming.github.io/serenity-junit-screenplay-starter/

Get the code

Git:

git git@github.com:globalworming/serenity-junit-screenplay-starter.git
cd serenity-junit-screenplay-starter

Use Maven to run all tests

Open a command window and run:

mvn verify

Viewing the reports

Running mvn verify will produce a Serenity test report in the target/site/serenity directory. Go take a look!

Need help?

Create an Issue or join the gitter chat

About

License:Apache License 2.0


Languages

Language:Java 98.1%Language:Dockerfile 1.9%