cypress-react-selector

v2.3.14
cypress plugin to locate react elements by component, props and state
react cypress cypress-plugin cypress-react cypress-io cypress-react-selector

test

cypress run --headless && cypress run-ct

format

npx prettier --write .

release:major

changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm run release

release:minor

changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm run release

release:patch

changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm run release

release

npm cache clean --force && npm publish --force

Metadata

  • MIT
  • Whatever
  • Abhinaba Ghosh
  • released 1/11/2022

Downloads