@cypress/react

v5.11.0
Test React components using Cypress
react cypress cypress-io test testing

test

yarn test-unit && yarn test-component

build

rimraf dist && yarn transpile-plugins && rollup -c rollup.config.js

watch

yarn build --watch --watch.exclude ./dist/**/*

cy:run

node ../../scripts/cypress.js run-ct

cy:open

node ../../scripts/cypress.js open-ct

pretest

yarn transpile

test-ci

node ../../scripts/run-ct-examples.js --examplesList=./examples.env

test-unit

mocha -r @packages/ts/register test/**/*.spec.*

transpile

tsc

build-prod

yarn build

cy:run:debug

node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}

cy:open:debug

node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}

test-component

yarn cy:run

transpile-plugins

yarn transpile --project ./plugins
npm i @cypress/[email protected]

Metadata

  • MIT
  • Whatever
  • Gleb Bahmutov
  • released 12/16/2021

Downloads