find-cypress-specs

v1.41.0
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

version-badge

update-badge cypress

count-all-tags

npm run count-all-tags --prefix test-required-tags

demo-component

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

demo-exclusive

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

demo-subfolder

DEBUG=find-cypress-specs CYPRESS_CONFIG_FILE=mocks/my-app/e2e/cypress.config.js node ./bin/find --names

demo-tags-json

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

demo-names-json

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

demo-test-counts

node ./bin/find --test-counts

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

demo-names-markdown

node ./bin/find --names --markdown

print-changed-specs

node ./bin/find --branch main

demo-test-counts-badge

node ./bin/find --test-counts --update-badge

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

demo-tagged-empty-string

node ./bin/find --tagged ''

demo-custom-cypress-config

DEBUG=find-cypress-specs CYPRESS_CONFIG_FILE=test-ts/cypress.config.custom.ts node ./bin/find

Metadata

  • MIT
  • Whatever
  • Gleb Bahmutov
  • released 1/20/2024

Downloads

Maintainers