cypress-cucumber-steps
Version:
Cypress Cucumber step definitions
72 lines (71 loc) • 2 kB
JSON
{
"name": "cypress-cucumber-steps",
"version": "3.64.0",
"description": "Cypress Cucumber step definitions",
"author": "Mark <mark@remarkablemark.org>",
"main": "lib/index.js",
"scripts": {
"build": "tsc --target es5",
"clean": "rm -rf cypress/{downloads,screenshots,videos} docs lib",
"cypress:open": "cypress open",
"docs": "typedoc",
"docs:watch": "npm run docs -- --watch",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"lint:tsc": "tsc --noEmit",
"prepare": "husky",
"prepublishOnly": "npm run lint && npm run lint:tsc && npm run clean && npm run build",
"test": "cypress run --browser chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remarkablemark/cypress-cucumber-steps.git"
},
"bugs": {
"url": "https://github.com/remarkablemark/cypress-cucumber-steps/issues"
},
"keywords": [
"cypress-cucumber-steps",
"cypress",
"cucumber",
"steps",
"step-definitions",
"gherkin",
"ui",
"automation",
"bdd",
"test"
],
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "22.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.5",
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/compat": "1.2.9",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.27.0",
"@types/node": "22.15.21",
"@typescript-eslint/eslint-plugin": "8.32.1",
"@typescript-eslint/parser": "8.32.1",
"cypress": "14.4.0",
"eslint": "9.27.0",
"eslint-plugin-prettier": "5.4.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-tsdoc": "0.4.0",
"globals": "16.1.0",
"husky": "9.1.7",
"lint-staged": "16.0.0",
"prettier": "3.5.3",
"typedoc": "0.28.4",
"typescript": "5.8.3"
},
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "*",
"cypress": "*"
},
"files": [
"lib/",
"src/"
],
"license": "MIT"
}