/test_cypress

Test Cypress

Primary LanguageJavaScript

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