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

73
node_modules/is-ci/package.json generated vendored
View File

@@ -1,52 +1,18 @@
{
"_from": "is-ci@^3.0.0",
"_id": "is-ci@3.0.0",
"_inBundle": false,
"_integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==",
"_location": "/is-ci",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-ci@^3.0.0",
"name": "is-ci",
"escapedName": "is-ci",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/cypress"
],
"_resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz",
"_shasum": "c7e7be3c9d8eef7d0fa144390bd1e4b88dc4c994",
"_spec": "is-ci@^3.0.0",
"_where": "/home/simon/Documents/lifen-autotest/cypress_app/node_modules/cypress",
"author": {
"name": "Thomas Watson Steen",
"email": "w@tson.dk",
"url": "https://twitter.com/wa7son"
},
"bin": {
"is-ci": "bin.js"
"name": "is-ci",
"version": "3.0.0",
"description": "Detect if the current environment is a CI server",
"bin": "bin.js",
"main": "index.js",
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/watson/is-ci.git"
},
"bugs": {
"url": "https://github.com/watson/is-ci/issues"
},
"bundleDependencies": false,
"coordinates": [
55.778272,
12.593116
],
"dependencies": {
"ci-info": "^3.1.1"
},
"deprecated": false,
"description": "Detect if the current environment is a CI server",
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
},
"homepage": "https://github.com/watson/is-ci",
"keywords": [
"ci",
@@ -55,15 +21,18 @@
"test",
"detect"
],
"license": "MIT",
"main": "index.js",
"name": "is-ci",
"repository": {
"type": "git",
"url": "git+https://github.com/watson/is-ci.git"
},
"coordinates": [
55.778272,
12.593116
],
"scripts": {
"test": "standard && node test.js"
},
"version": "3.0.0"
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"clear-module": "^4.1.1",
"standard": "^16.0.3"
}
}