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,41 +1,11 @@
{
"_from": "module-deps@^6.0.0",
"_id": "module-deps@6.2.3",
"_inBundle": false,
"_integrity": "sha512-fg7OZaQBcL4/L+AK5f4iVqf9OMbCclXfy/znXRxTVhJSeW5AIlS9AwheYwDaXM3lVW7OBeaeUEY3gbaC6cLlSA==",
"_location": "/module-deps",
"_phantomChildren": {
"resolve": "1.20.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "module-deps@^6.0.0",
"name": "module-deps",
"escapedName": "module-deps",
"rawSpec": "^6.0.0",
"saveSpec": null,
"fetchSpec": "^6.0.0"
},
"_requiredBy": [
"/browserify"
],
"_resolved": "https://registry.npmjs.org/module-deps/-/module-deps-6.2.3.tgz",
"_shasum": "15490bc02af4b56cf62299c7c17cba32d71a96ee",
"_spec": "module-deps@^6.0.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/browserify",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"name": "module-deps",
"version": "6.2.3",
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
"main": "index.js",
"bin": {
"module-deps": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/browserify/module-deps/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "^1.0.3",
"browser-resolve": "^2.0.0",
@@ -53,14 +23,16 @@
"through2": "^2.0.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "walk the dependency graph to generate json output that can be fed into browser-pack",
"devDependencies": {
"browser-pack": "^6.0.2",
"tap": "^10.7.3"
},
"engines": {
"node": ">= 0.8.0"
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/browserify/module-deps.git"
},
"homepage": "https://github.com/browserify/module-deps",
"keywords": [
@@ -72,15 +44,13 @@
"exports",
"json"
],
"license": "MIT",
"main": "index.js",
"name": "module-deps",
"repository": {
"type": "git",
"url": "git://github.com/browserify/module-deps.git"
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"scripts": {
"test": "tap test/*.js"
"engines": {
"node": ">= 0.8.0"
},
"version": "6.2.3"
"license": "MIT"
}