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

74
node_modules/gherkin/package.json generated vendored
View File

@@ -1,59 +1,31 @@
{
"_from": "gherkin@^5.1.0",
"_id": "gherkin@5.1.0",
"_inBundle": false,
"_integrity": "sha1-aEu7A63STq9731RPWAM+so+zxtU=",
"_location": "/gherkin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "gherkin@^5.1.0",
"name": "gherkin",
"escapedName": "gherkin",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/cucumber",
"/cypress-cucumber-preprocessor"
],
"_resolved": "https://registry.npmjs.org/gherkin/-/gherkin-5.1.0.tgz",
"_shasum": "684bbb03add24eaf7bdf544f58033eb28fb3c6d5",
"_spec": "gherkin@^5.1.0",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cypress-cucumber-preprocessor",
"author": {
"name": "Aslak Hellesøy"
},
"name": "gherkin",
"version": "5.1.0",
"description": "Gherkin parser",
"main": "index.js",
"bin": {
"gherkin-javascript": "bin/gherkin"
},
"bugs": {
"url": "https://github.com/cucumber/gherkin/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Gherkin parser",
"devDependencies": {
"browserify": "^14.1.0",
"mocha": "^3.0.2",
"uglify-js": "^2.7.3"
},
"homepage": "https://github.com/cucumber/gherkin",
"keywords": [
"gherkin",
"cucumber"
],
"license": "MIT",
"main": "index.js",
"name": "gherkin",
"repository": {
"type": "git",
"url": "git+https://github.com/cucumber/gherkin-javascript.git"
},
"scripts": {
"test": "make && mocha"
},
"version": "5.1.0"
"repository": {
"type": "git",
"url": "https://github.com/cucumber/gherkin-javascript"
},
"keywords": [
"gherkin",
"cucumber"
],
"author": "Aslak Hellesøy",
"license": "MIT",
"bugs": {
"url": "https://github.com/cucumber/gherkin/issues"
},
"homepage": "https://github.com/cucumber/gherkin",
"devDependencies": {
"browserify": "^14.1.0",
"mocha": "^3.0.2",
"uglify-js": "^2.7.3"
}
}