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,53 +1,25 @@
{
"_from": "coffeescript@1.12.7",
"_id": "coffeescript@1.12.7",
"_inBundle": false,
"_integrity": "sha512-pLXHFxQMPklVoEekowk8b3erNynC+DVJzChxS/LCBBgR6/8AJkHivkm//zbowcfc7BTCAjryuhx6gPqPRfsFoA==",
"_location": "/coffeescript",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "coffeescript@1.12.7",
"name": "coffeescript",
"escapedName": "coffeescript",
"rawSpec": "1.12.7",
"saveSpec": null,
"fetchSpec": "1.12.7"
},
"_requiredBy": [
"/@cypress/browserify-preprocessor"
],
"_resolved": "https://registry.npmjs.org/coffeescript/-/coffeescript-1.12.7.tgz",
"_shasum": "e57ee4c4867cf7f606bfc4a0f2d550c0981ddd27",
"_spec": "coffeescript@1.12.7",
"_where": "/home/simon/Documents/lifen-autotest/node_modules/@cypress/browserify-preprocessor",
"author": {
"name": "Jeremy Ashkenas"
},
"bin": {
"coffee": "bin/coffee",
"cake": "bin/cake"
},
"bugs": {
"url": "https://github.com/jashkenas/coffeescript/issues"
},
"bundleDependencies": false,
"deprecated": false,
"name": "coffeescript",
"description": "Unfancy JavaScript",
"devDependencies": {
"docco": "~0.7.0",
"google-closure-compiler-js": "^20170626.0.0",
"highlight.js": "~9.12.0",
"jison": ">=0.4.17",
"markdown-it": "^8.3.1",
"underscore": "~1.8.3"
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler"
],
"author": "Jeremy Ashkenas",
"version": "1.12.7",
"license": "MIT",
"engines": {
"node": ">=0.8.0"
},
"directories": {
"lib": "./lib/coffee-script"
},
"engines": {
"node": ">=0.8.0"
"main": "./lib/coffee-script/coffee-script",
"bin": {
"coffee": "./bin/coffee",
"cake": "./bin/cake"
},
"files": [
"bin",
@@ -55,23 +27,22 @@
"register.js",
"repl.js"
],
"homepage": "http://coffeescript.org",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler"
],
"license": "MIT",
"main": "./lib/coffee-script/coffee-script",
"name": "coffeescript",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffeescript.git"
},
"scripts": {
"test": "node ./bin/cake test",
"test-harmony": "node --harmony ./bin/cake test"
},
"version": "1.12.7"
"homepage": "http://coffeescript.org",
"bugs": "https://github.com/jashkenas/coffeescript/issues",
"repository": {
"type": "git",
"url": "git://github.com/jashkenas/coffeescript.git"
},
"devDependencies": {
"docco": "~0.7.0",
"google-closure-compiler-js": "^20170626.0.0",
"highlight.js": "~9.12.0",
"jison": ">=0.4.17",
"markdown-it": "^8.3.1",
"underscore": "~1.8.3"
}
}