cypress-react-selector

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

test

cypress run --headless

format

npx prettier --write .

release:major:git

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

release:minor:git

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

release:patch:git

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

release

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

Metadata

  • MIT
  • Whatever
  • Abhinaba Ghosh
  • released 11/19/2020

Downloads