From 1001eb80aadeda735a9c7b38c960eabfc36295bb Mon Sep 17 00:00:00 2001 From: ChrisZie Date: Sat, 24 Oct 2020 23:10:54 +0800 Subject: [PATCH] add the test run command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a0d8a81..41a773e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Create an automated test where a user successfully books a room from the homepag You’ll have to click ‘Book this Room’, drag over dates you wish to book, complete the required information and submit the booking. +# Running Tests + +To run the test suite, run: +```shell + npm run test +``` + # Contact You can find me on [Twitter](https://twitter.com/ChrisZie_).