Skip to content

Andrei-Zayats/js-cypress

Repository files navigation

e2e cypress test

Cypress with JavaScript

UI tests

Repository on github

Technologies

  • Node.js 22.13.1
  • Cypress 14.0.3

How to run tests

To install all packages after cloning the repository run:

npm install

Add environment variables befor run tests:

CYPRESS_USER=tomsmith
CYPRESS_PASSWORD=SuperSecretPassword!

If you need video or functionality from https://cloud.cypress.io add environment variables :

CYPRESS_KEY=<Record Keys from cloud.cypress.io>
CYPRESS_PROJECT_ID=<Project ID from cloud.cypress.io>

Run tests in headless mode:

npm test

Open tests in the Cypress Launchpad:

npm test:dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published