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

78
node_modules/browserify/package.json generated vendored
View File

@@ -1,40 +1,27 @@
{
"_from": "browserify@16.2.3",
"_id": "browserify@16.2.3",
"_inBundle": false,
"_integrity": "sha512-zQt/Gd1+W+IY+h/xX2NYMW4orQWhqSwyV+xsblycTtpOuB27h1fZhhNQuipJ4t79ohw4P4mMem0jp/ZkISQtjQ==",
"_location": "/browserify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "browserify@16.2.3",
"name": "browserify",
"escapedName": "browserify",
"rawSpec": "16.2.3",
"saveSpec": null,
"fetchSpec": "16.2.3"
},
"_requiredBy": [
"/@cypress/browserify-preprocessor",
"/watchify"
],
"_resolved": "https://registry.npmjs.org/browserify/-/browserify-16.2.3.tgz",
"_shasum": "7ee6e654ba4f92bce6ab3599c3485b1cc7a0ad0b",
"_spec": "browserify@16.2.3",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/@cypress/browserify-preprocessor",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"name": "browserify",
"version": "16.2.3",
"description": "browser-side require() the node way",
"main": "index.js",
"bin": {
"browserify": "bin/cmd.js"
},
"bugs": {
"url": "https://github.com/browserify/browserify/issues"
"repository": {
"type": "git",
"url": "http://github.com/browserify/browserify.git"
},
"bundleDependencies": false,
"engines": {
"node": ">= 0.8"
},
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"dependencies": {
"JSONStream": "^1.0.3",
"assert": "^1.4.0",
@@ -85,8 +72,6 @@
"vm-browserify": "^1.0.0",
"xtend": "^4.0.0"
},
"deprecated": false,
"description": "browser-side require() the node way",
"devDependencies": {
"backbone": "~0.9.2",
"browser-unpack": "^1.1.1",
@@ -102,28 +87,13 @@
"temp": "^0.8.1",
"through": "^2.3.4"
},
"engines": {
"node": ">= 0.8"
},
"homepage": "https://github.com/browserify/browserify#readme",
"keywords": [
"browser",
"require",
"commonjs",
"commonj-esque",
"bundle",
"npm",
"javascript"
],
"license": "MIT",
"main": "index.js",
"name": "browserify",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/browserify/browserify.git"
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "16.2.3"
"license": "MIT"
}