Skip to content

A practice project using Spring Boot, REST Assured and Serenity BDD

License

Notifications You must be signed in to change notification settings

lisihocke/rest-practice

Repository files navigation

REST Practice Project

#CodeConfident

This repository is the second chosen challenge on my journey of becoming #CodeConfident.

Scope

The scope for this practice project is to implement a simple RESTful service and use RestAssured to implement a handful of basic tests via the API.

How to run the service and the tests

Get the code

Git:

git clone https://github.com/lisihocke/rest-practice.git
cd rest-practice

Or simply download a zip file.

Run the service

Open a command window and run:

gradlew bootRun

Run the tests

Open a command window and run:

gradlew test

View the test reports

The command provided above will produce a Serenity test report in the target/site/serenity directory. Go take a look by opening the index.html!

About

A practice project using Spring Boot, REST Assured and Serenity BDD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages