sSelmann / saucedemo-cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Cypress E2E tests on saucedemo.com

E2E automation with Cypress. These tests are for practice only, and not all parts of the application are covered.

How to run tests

  1. Install the dependencies
npm install
  1. Run tests
npx cypress run

or run the tests on Cypress Launchpad

npx cypress open

If you want to run tests another way, you can learn how to run commands in Cypress Documents.

About


Languages

Language:JavaScript 100.0%