-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.17 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
{
"dependencies": {
"cypress": "^11.2.0",
"cross-env": "^7.0.3",
"cypress-dotenv": "^2.0.0",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
"envsub": "^4.0.7",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.1"
},
"name": "cypress-sample-project",
"description": "",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"cy-verify": "cypress verify",
"cy-info": "cypress info",
"cy-all": "env-cmd cross-env-shell \"npx cypress run --reporter mochawesome --browser $BROWSER_NAME\"",
"cy-login": "env-cmd cross-env-shell \"npx cypress run --reporter mochawesome --browser $BROWSER_NAME --spec cypress/tests/examples/ui/login.spec.js\"",
"create-env-github": "envsub --env BROWSER_NAME=$BROWSER_NAME --env BASE_WEB_URL=$BASE_WEB_URL --env LOGIN_PASSWORD=$LOGIN_PASSWORD .env.template .env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GhsVilela/cypress-sample-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GhsVilela/cypress-sample-project/issues"
},
"homepage": "https://github.com/GhsVilela/cypress-sample-project#readme"
}