Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgodongm authored Feb 8, 2024
1 parent c0ef17d commit a03d256
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# restful-booker-cypress-js
Cypress automation suite for the simple Node booking RESTful web services. Refer to original repo at https://github.com/mwinteringham/restful-booker for more info on the API.

This automation suite demonstrates:
* Testing most common HTTP verb APIs: GET, POST, PATCH, PUT, and DELETE
* Verifying status reponse and body contents
* Basic custom input generators
* Use of fakerJS for more extensive input generation

# Installation
1. Ensure mongo is up and running by executing ```mongod``` in your terminal
Expand Down

0 comments on commit a03d256

Please sign in to comment.