Skip to content

MaBlaGit/CypressTestExamples

Repository files navigation

Cypress Example Tests

This repo contains test examples written in Cypress framework.

Page under test:

What do you need to run tests locally

  • Node.js 16.x or above
  • Chrome browser

Installation dependencies

Open Terminal, move to the root of the project and run command:

npm install

How to run tests

{
    "USER_EMAIL": "put registered email here",
    "PASSWORD": "valid password"
}

And that's it. Right now you have two options:

  1. Open Cypress dashboard and select desired spec by hand:
npx cypress open
  1. Run all test suites in headless mode
npm run cy:all

About

Sample tests written in Cypress test framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published