@cypress/react

v4.15.14
Unit test React components using Cypress
react cypress cypress-io test testing

test

node ../../scripts/cypress run

build

rimraf dist && yarn transpile && yarn transpile:bin && yarn build:dist-package

watch

tsc -w

cy:open

node ../../scripts/cypress open

pretest

yarn transpile

test:unit

cross-env TS_NODE_PROJECT=./tsconfig.test.json mocha --config .mocharc.json init/**/*.test.ts

transpile

tsc

build-prod

yarn build

percy:test

percy exec -- node ../../scripts/cypress run

check:links

find . -type f -name 'README.md' ! -path './node_modules/*' | xargs -L1 npx markdown-link-check --quiet

transpile:bin

tsc -p tsconfig.bin.json && chmod +x bin/init.js

semantic-release

semantic-release

build:dist-package

node scripts/prepareDistPackage.js && ncp ./plugins ./dist/plugins
npm i @cypress/[email protected]

Metadata

  • MIT
  • Whatever
  • Gleb Bahmutov
  • released 10/30/2020

Downloads