@cypress/react

v8.0.2
Test React components using Cypress
react cypress cypress-io test testing

build

rimraf dist && rollup -c rollup.config.mjs

postbuild

node ../../scripts/sync-exported-npm-with-cli.js

check-ts

tsc --noEmit

cy:open

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

cy:open:debug

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

cy:run

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

cy:run:debug

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

lint

eslint --ext .js,.jsx,.ts,.tsx,.json, .

test

yarn cy:run

watch

yarn build --watch --watch.exclude ./dist/**/*
npm i @cypress/react

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/7/2024

Downloads