refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
72
node_modules/cypress/package.json
generated
vendored
72
node_modules/cypress/package.json
generated
vendored
@@ -1,35 +1,11 @@
|
||||
{
|
||||
"_from": "cypress",
|
||||
"_id": "cypress@8.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-1v6pfx+/5cXhaT5T6QKOvnkawmEHWHLiVzm3MYMoQN1fkX2Ma1C32STd3jBStE9qT5qPSTILjGzypVRxCBi40g==",
|
||||
"_location": "/cypress",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "cypress",
|
||||
"name": "cypress",
|
||||
"escapedName": "cypress",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
"name": "cypress",
|
||||
"version": "8.3.1",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"postinstall": "node index.js --exec install",
|
||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cypress/-/cypress-8.3.1.tgz",
|
||||
"_shasum": "c6760dbb907df2570b0e1ac235fa31c30f9260a6",
|
||||
"_spec": "cypress",
|
||||
"_where": "/home/simon/Documents/lifen-autotest/cypress_app",
|
||||
"bin": {
|
||||
"cypress": "bin/cypress"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/cypress-io/cypress/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@cypress/request": "^2.88.6",
|
||||
"@cypress/xvfb": "^1.2.4",
|
||||
@@ -73,11 +49,6 @@
|
||||
"url": "^0.11.0",
|
||||
"yauzl": "^2.10.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Cypress.io end to end testing tool",
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"lib",
|
||||
@@ -85,7 +56,23 @@
|
||||
"types/**/*.d.ts",
|
||||
"types/net-stubbing.ts"
|
||||
],
|
||||
"bin": {
|
||||
"cypress": "bin/cypress"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
},
|
||||
"types": "types",
|
||||
"description": "Cypress.io end to end testing tool",
|
||||
"homepage": "https://github.com/cypress-io/cypress",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/cypress-io/cypress/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cypress-io/cypress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"automation",
|
||||
"browser",
|
||||
@@ -100,18 +87,5 @@
|
||||
"stubs",
|
||||
"test",
|
||||
"testing"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "cypress",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/cypress-io/cypress.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node index.js --exec install",
|
||||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
|
||||
},
|
||||
"types": "types",
|
||||
"version": "8.3.1"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user