refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode

This commit is contained in:
Simon Priet
2021-09-06 20:39:49 +02:00
parent 30ae95b375
commit a0d70f98f2
214 changed files with 18373 additions and 4889 deletions

View File

@@ -1,47 +1,11 @@
{
"_from": "undeclared-identifiers@^1.1.2",
"_id": "undeclared-identifiers@1.1.3",
"_inBundle": false,
"_integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==",
"_location": "/undeclared-identifiers",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "undeclared-identifiers@^1.1.2",
"name": "undeclared-identifiers",
"escapedName": "undeclared-identifiers",
"rawSpec": "^1.1.2",
"saveSpec": null,
"fetchSpec": "^1.1.2"
},
"_requiredBy": [
"/insert-module-globals"
],
"_resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz",
"_shasum": "9254c1d37bdac0ac2b52de4b6722792d2a91e30f",
"_spec": "undeclared-identifiers@^1.1.2",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/insert-module-globals",
"author": {
"name": "Renée Kooi",
"email": "renee@kooi.me"
},
"bin": {
"undeclared-identifiers": "bin.js"
},
"name": "undeclared-identifiers",
"description": "find undeclared identifiers and property accesses in a javascript file.",
"version": "1.1.3",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/undeclared-identifiers/issues"
},
"bundleDependencies": false,
"dependencies": {
"acorn-node": "^1.3.0",
"dash-ast": "^1.0.0",
"get-assigned-identifiers": "^1.2.0",
"simple-concat": "^1.0.0",
"xtend": "^4.0.1"
},
"deprecated": false,
"description": "find undeclared identifiers and property accesses in a javascript file.",
"devDependencies": {
"jquery": "^3.3.1",
"lodash": "^4.17.5",
@@ -62,13 +26,19 @@
],
"license": "Apache-2.0",
"main": "index.js",
"name": "undeclared-identifiers",
"bin": "bin.js",
"repository": {
"type": "git",
"url": "git+https://github.com/goto-bus-stop/undeclared-identifiers.git"
"url": "https://github.com/goto-bus-stop/undeclared-identifiers.git"
},
"scripts": {
"test": "standard && tape test/*.js | tap-spec"
},
"version": "1.1.3"
"dependencies": {
"acorn-node": "^1.3.0",
"dash-ast": "^1.0.0",
"get-assigned-identifiers": "^1.2.0",
"simple-concat": "^1.0.0",
"xtend": "^4.0.1"
}
}