e2e tests for booking.com using cypress

This is an e2e test example for booking.com's hotel reservation process. The tests are written using cypress.

Installation

Clone the repository git clone https://github.com/WNjihia/booking-qa-testing.git

cd into the repo cd booking-qa-testing/

Installing cypress run yarn install

Run the test yarn test