find-cypress-specs

v1.29.3
Find Cypress spec files using the config settings
cypress-plugin

demo

DEBUG=find-cypress-specs node ./bin/find

deps

spec-change --folder . --mask 'cypress/**/*.{js,ts}'

test

ava

cy:run

DEBUG=cypress:cli,cypress:server:specs cypress run

demo-tags

node ./bin/find --tags

prod-deps

npm audit --report --omit dev

demo-names

DEBUG=find-cypress-specs node ./bin/find --names

deps-changed

DEBUG=find-cypress-specs node ./bin/find --branch main --parent --trace-imports cypress --time-trace --cache-trace

demo-component

DEBUG=find-cypress-specs node ./bin/find --component --names

demo-exclusive

npm run test-names --prefix test-exclusive --silent

demo-tags-json

node ./bin/find --tags --json

demo-names-json

node ./bin/find --names --json

semantic-release

semantic-release

demo-names-tagged

node ./bin/find --names --tagged @user

demo-skipped-tests

DEBUG=find-cypress-specs node ./bin/find --names --skipped

count-changed-specs

node ./bin/find --branch main --count

demo-names-and-tags

node ./bin/find --names --tags

print-changed-specs

node ./bin/find --branch main

demo-count-skipped-tests

DEBUG=find-cypress-specs node ./bin/find --names --skipped --count

demo-names-and-tags-json

node ./bin/find --names --tags --json

Metadata

  • MIT
  • Whatever
  • Gleb Bahmutov
  • released 3/2/2023

Downloads

Maintainers