Skip to content

TrueCar/ste-debugging-exercise

Repository files navigation

STE debugging exercise

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.

Installation instructions:

  1. Clone the repository
git clone https://github.com/TrueCar/ste-debugging-exercise.git
  1. Step into repository directory
cd ste-debugging-exercise/
  1. Run npm install (download and install Node and npm if you don't have them)

  2. Run Cypress

For Mac:

./node_modules/.bin/cypress open

For Windows:

.\node_modules\.bin\cypress open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published