UNPKG

@mmisty/cypress-grep

Version:

Filters tests by tags/title using substring or regular expressions (can find dynamic tags)

92 lines (91 loc) 2.54 kB
{ "name": "@mmisty/cypress-grep", "version": "3.0.0", "description": "Filters tests by tags/title using substring or regular expressions (can find dynamic tags)", "main": "index.js", "repository": "git@github.com:mmisty/cypress-grep.git", "homepage": "https://github.com/mmisty/cypress-grep#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bin": { "cy-grep": "bin/cy-grep.js" }, "keywords": [ "cypress", "e2e", "tests", "typescript", "template", "grep", "select", "filter" ], "license": "Apache-2.0", "author": "Taisia Pitko (mmisty) <minydas@yandex.ru>", "jest-junit": { "suiteName": "jest tests", "outputDirectory": "./reports/jest", "outputName": "junit.xml", "uniqueOutputName": "false", "classNameTemplate": "{classname}-{title}", "titleTemplate": "{classname}-{title}", "ancestorSeparator": " › ", "usePathForSuiteName": "true" }, "peerDependencies": { "cypress": ">=15.10.0" }, "devDependencies": { "@cypress/code-coverage": "^4.0.3", "@ephesoft/webpack.istanbul.loader": "^2.2.0", "@istanbuljs/nyc-config-typescript": "^1.0.2", "@mmisty/cypress-allure-adapter": "^3.3.2", "@types/jest": "^29.5.12", "@types/mocha": "^9.1.1", "@types/node": "^20.19.25", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "allure-js-parser": "^0.1.0", "cypress": "^15.10.0", "cypress-redirect-browser-log": "^1.3.0", "eslint": "^8.57.0", "eslint-config-prettier": "^8.10.0", "eslint-plugin-cypress": "^3.3.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.2.0", "husky": "^8.0.3", "istanbul-lib-coverage": "^3.2.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-junit": "^16.0.0", "jest-test-each": "^0.9.1", "nyc": "^17.1.0", "pretty-quick": "^3.3.1", "ts-jest": "^29.1.4", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.7.3", "webpack": "^5.103.0" }, "overrides": { "loader-utils": "1.4.2" }, "dependencies": { "@mmisty/cypress-tags": "^2.0.0", "cypress-controls-ext": "^1.0.1", "fast-glob": "^3.3.3", "yargs": "^17.7.2" }, "engines": { "node": ">=20", "npm": ">=8" }, "volta": { "node": "20.17.0", "npm": "10.8.2" } }