UNPKG

@bahmutov/cy-grep

Version:

Filter Cypress tests using title or tags

56 lines (55 loc) 1.54 kB
{ "name": "@bahmutov/cy-grep", "version": "2.0.35", "description": "Filter Cypress tests using title or tags", "main": "src/support.js", "scripts": { "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" }, "dependencies": { "cypress-plugin-config": "^1.2.0", "debug": "^4.3.2", "find-cypress-specs": "^1.35.1", "find-test-names": "1.29.17", "globby": "^11.1.0" }, "devDependencies": { "cypress": "14.5.1", "cypress-each": "^1.11.0", "cypress-expect": "^3.1.0", "prettier": "^3.0.0", "semantic-release": "^24.2.7", "stop-only": "^3.3.1", "typescript": "^5.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" } }