The purpose of this project is to verify test automation and debugging skills of a STE candidate.
Please pull down the repo and install all the required dependencies. You should be able to run the Cypress (it should open Cypress test runner on your machine). Please also have your favorite IDE ready to be able to write test code in Javascript.
- Clone the repository
git clone https://github.com/TrueCar/ste-debugging-exercise.git
- Step into repository directory
cd ste-debugging-exercise/
-
Run
npm install
(download and install Node and npm if you don't have them) -
Run Cypress
For Mac:
./node_modules/.bin/cypress open
For Windows:
.\node_modules\.bin\cypress open