blocknotes / test_cypress

Test Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test Cypress

Features:

On Cypress:

Alternatives:

Usage

# Run the tests (it launches the server and the client first):
yarn test

# Otherwise, launch server and client manually and open Cypress UI:
yarn cy:open

# Or run Cypress tests:
yarn cy:run

# Execute a single spec:
BROWSERSLIST_IGNORE_OLD_DATA=1 yarn run cypress run -s cypress/integration/commands_spec.js

About

Test Cypress


Languages

Language:JavaScript 100.0%