UNPKG

cypress-cucumber-tagging

Version:

Module to help in cucumber based tag expression for executing Cypress test suite/case based on given tag expression

41 lines (40 loc) 1.03 kB
{ "name": "cypress-cucumber-tagging", "version": "1.0.3", "description": "Module to help in cucumber based tag expression for executing Cypress test suite/case based on given tag expression", "main": "index.js", "scripts": { "test": "cypress run" }, "repository": { "type": "git", "url": "git+https://github.com/RSMuthu/cypress-cucumber-tagging.git" }, "keywords": [ "cypress", "cypress-plugin", "testing", "test-automation", "tag", "cypress-tags", "automation", "cucumber", "cucumber-tags" ], "author": "R S Muthu Kumaran <rsmuthu@duck.com>", "license": "MIT", "bugs": { "url": "https://github.com/RSMuthu/cypress-cucumber-tagging/issues" }, "homepage": "https://github.com/RSMuthu/cypress-cucumber-tagging#readme", "dependencies": { "@cucumber/tag-expressions": "^4.1.0", "debug": "^4.3.2", "find-test-names": "^1.2.1", "fs": "^0.0.1-security", "globby": "^11.0.4" }, "devDependencies": { "cypress": "^9.0.0" } }