cypress-react-unit-test

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

test

cypress run

test:unit

jest --runInBand

build

npm run transpile && npm run transpile:bin && chmod +x bin/init.js

cy:open

cypress open

transpile

tsc

transpile:bin

tsc -p tsconfig.bin.json

watch

tsc -w

pretest

npm run lint && npm run transpile

lint

standard --verbose --fix *.js src cypress/integration

semantic-release

semantic-release

format

prettier --write '*.js', 'src/*.jsx' 'cypress/**/*.js' 'cypress/**/*.jsx' 'lib/*.ts'

check:links

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

stop-only

stop-only --folder cypress

warn-only

stop-only --warn --folder cypress
npm i cypress-react-unit-test

Metadata

  • MIT
  • Whatever
  • Gleb Bahmutov
  • released 12/11/2020

Downloads

Maintainers