Skip to content

Cypress Project for Test Automation Interviews

Notifications You must be signed in to change notification settings

teamsnap/interview-cypress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

interview-cypress

Cypress Project for Test Automation Interviews

Requirements

  • Node.js 20.x or higher. If Node is not already installed, visit Node Installation to get started.

Instructions

Installing Dependencies

  1. Clone this repository
  2. Run nvm use 20 to use the correct Node.js version
  3. Run npm install to install the project dependencies

Writing Cypress Tests

  1. All E2E Cypress tests will live underneath the cypress/e2e folder
  2. 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.
  3. See Google Document (Directions Section) for specific test instructions

Running Cypress Tests

  1. Run npx cypress open to open the Cypress Test Runner and run the tests
  2. Choose E2E Testing when opening Cypress
  3. Select either Chrome or Electron to run the tests
  4. For more information on Cypress, visit Cypress Install Guide

Submitting

  1. 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.

About

Cypress Project for Test Automation Interviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published