cypress-web-automation

Project preview

Use Cypress to test a demo website’s login form

GitHub Repo

https://github.com/steven-the-qa/cypress-web-automation

Tech Stack

  • Cypress
  • JavaScript

Installation

  1. Ensure node.js is installed (https://nodejs.org/en/)
  2. Clone this repo
  3. Install dependences with npm install
  4. Launch the Cypress test runner by running npm run cy:open
  5. In the Cypress runner UI, run a test by clicking on its spec:

Specs view with login spec in the list