- This repository contains the End to End testing with Cypress to test an Google play store .
- Firstly, you should install Node.js from the following link https://nodejs.org/en/download/ .
- Secondly, you should intialize the Node.js and install cypress version 3 from this command line:
npm init -y
npm install cypress@3
- finally, you should install cypress-xpath modeule to find web elements via xpath locator from this command line:
npm install cypress-xpath
- To run the test suites ,Navigate to the directory and run the following command line .
npx cypress open