find-cypress-specs

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

test

ava

prod-deps

npm audit --report --omit dev

cy:run

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

demo

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

demo-names

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

demo-names-markdown

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

demo-skipped-tests

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

demo-count-skipped-tests

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

demo-custom-cypress-config

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

demo-tags

node ./bin/find --tags

demo-tags-json

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

demo-names-and-tags

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

demo-names-and-tags-json

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

demo-names-json

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

demo-names-tagged

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

demo-tagged-empty-string

node ./bin/find --tagged ''

demo-subfolder

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

print-changed-specs

node ./bin/find --branch main

count-changed-specs

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

demo-test-counts

node ./bin/find --test-counts

demo-test-counts-badge

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

semantic-release

semantic-release

deps

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

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

version-badge

update-badge cypress

count-all-tags

npm run count-all-tags --prefix test-required-tags
npm i find-cypress-specs

Metadata

  • MIT
  • >=18
  • Gleb Bahmutov
  • released 9/20/2024

Downloads

Maintainers