Skip to content

serenity-bdd/serenity-rest-taxi-stands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serenity BDD Rest sample

This is a simple project to demo how to use Serenity BDD, Cucumber and RestAssured to test microservices. It uses Maven and Java 8.

It runs against the Transport for London public API (https://api.tfl.gov.uk). To run these tests locally, you will need to sign up on this site, where you will be given an APP ID and an APP key. Create a file called tfl.properties in the project root directory, or copy the existing tfl.sample.properties file, and add your credentials.

To run the tests, just run mvn verify. Your reports will be in the target/site/serenity directory.

You can learn more about Serenity BDD by reading the Online Documentation. Or if you would like a more in-depth look at working with REST APIs in Serenity check out the free introductory tutorial in the Serenity Dojo.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published