Skip to content

Commit

Permalink
add test steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine-Pinto committed Oct 24, 2020
1 parent 1001eb8 commit 674a448
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,16 @@ 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
# How to start the test

1. Clone this repository
2. Execute 'npm install' in your local folder to install all dependencies (including cypress.io)
3. Execute 'npm test' to start the cypress test runner
4. Cypress is opening
5. Select one of the tests and double-click on it
6. The test will automatically start and execute the defined assertions and steps
7. At the end you can see the results of the executed tests

To run the test suite, run:
```shell
npm run test
```

# Contact

Expand Down

0 comments on commit 674a448

Please # to comment.