@cypress/react

v5.1.2
Unit test React components using Cypress
react cypress cypress-io test testing

test

yarn cy:run

build

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

watch

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

cy:run

node ../../scripts/cypress.js run-ct --project ${PWD}

cy:open

node ../../scripts/cypress.js open-ct --project ${PWD}

pretest

yarn transpile

test-ci

node run-tests.js

transpile

tsc

build-prod

yarn build

cy:run:debug

NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}

cy:open:debug

NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --project ${PWD}
npm i @cypress/[email protected]

Metadata

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

Downloads