@bahmutov/cy-grep
Version:
Filter Cypress tests using title or tags
59 lines (58 loc) • 1.84 kB
JSON
{
"name": "@bahmutov/cy-grep",
"version": "3.0.4",
"description": "Filter Cypress tests using title or tags",
"main": "src/support.js",
"scripts": {
"dev": "cypress open --e2e -b electron",
"cy:run": "cypress run --config specPattern='**/unit.js'",
"cy:open": "cypress open --e2e -b electron --config specPattern='**/unit.js'",
"cy:open:tags": "cypress open --e2e -b electron --config specPattern='cypress/e2e/test-tags/*.cy.js'",
"badges": "npx -p dependency-version-badge update-badge cypress",
"semantic-release": "semantic-release",
"deps": "npm audit --report --omit dev",
"stop-only": "stop-only --folder cypress/e2e --exclude cypress/e2e/only/check-only.cy.js",
"open:check-only": "cypress open --e2e -b electron --config specPattern='cypress/e2e/only/check-only.cy.js' --expose grepFilterSpecs=true,grepOmitFiltered=true,grepTags=@one"
},
"dependencies": {
"cypress-plugin-config": "^2.0.0",
"debug": "^4.3.2",
"find-cypress-specs": "^1.54.12",
"find-test-names": "1.29.19",
"globby": "^11.1.0",
"minimatch": "^10.2.4"
},
"devDependencies": {
"cypress": "15.13.0",
"cypress-each": "^1.11.0",
"cypress-expect": "^3.1.0",
"prettier": "^3.8.1",
"semantic-release": "^25.0.3",
"stop-only": "^3.4.4",
"typescript": "^6.0.0"
},
"peerDependencies": {
"cypress": ">=8"
},
"files": [
"src"
],
"types": "src/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/cy-grep.git"
},
"homepage": "https://github.com/bahmutov/cy-grep",
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"bugs": {
"url": "https://github.com/bahmutov/cy-grep/issues"
},
"keywords": [
"cypress",
"grep"
],
"publishConfig": {
"access": "public"
}
}