-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "swaglabse2eproject",
"version": "1.0.0",
"description": "Ingenious Build's Automation Challenge",
"main": "index.js",
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
},
"scripts": {
"test": "test",
"cy:open": "cypress open",
"cy:tests": "cypress run",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:firefox": "cypress run --browser firefox",
"cy:dashboard": "cypress run --record --key bcbcd6ce-3e78-42f6-859c-226811b2bf77"
},
"keywords": [
"e2e",
"automation",
"framework",
"cypress"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yegs1995/SwaglabsE2EProject.git"
},
"author": "Yessica Gomez",
"license": "ISC",
"bugs": {
"url": "https://github.com/yegs1995/SwaglabsE2EProject/issues"
},
"homepage": "https://github.com/yegs1995/SwaglabsE2EProject#readme",
"devDependencies": {
"cypress": "^9.5.4",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-mochawesome-reporter": "^3.0.1"
}
}