Cypress Project for Test Automation Interviews
- Node.js 20.x or higher. If Node is not already installed, visit Node Installation to get started.
- Clone this repository
- Run
nvm use 20
to use the correct Node.js version - Run
npm install
to install the project dependencies
- All E2E Cypress tests will live underneath the cypress/e2e folder
- Add your test case to the
cypress/e2e/RepeatingEvents.spec.js
file. The test case that is there is a placeholder and should be replaced with your test case. - See Google Document (Directions Section) for specific test instructions
- Run
npx cypress open
to open the Cypress Test Runner and run the tests - Choose E2E Testing when opening Cypress
- Select either Chrome or Electron to run the tests
- For more information on Cypress, visit Cypress Install Guide
- Do not create a Pull Request or commit directly to this repository. Instead, save your code as a zip file and email it. Further instructions provided in the Google document.