-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "template",
"version": "0.0.1",
"description": "ci logger test",
"main": "index.js",
"scripts": {
"start:ci": "serve --no-clipboard --listen ${PORT:-8080}",
"print-env": "print-env",
"cy:verify": "cypress verify",
"cy:info": "cypress info",
"e2e:chrome": "cypress run --browser chrome",
"cy:open": "cypress open",
"cy:run:chrome": "cypress run --browser chrome",
"cy:run:ff": "cypress run --browser firefox",
"cy:run:electron": "cypress run --browser electron",
"cy:update-snapshots": "cypress run --env updateSnapshots=true"
},
"keywords": [
"Automation",
"Framework",
"Cypress"
],
"author": "Slava_Broit",
"license": "ISC",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.2",
"@cypress/browserify-preprocessor": "^3.0.2",
"cypress": "^13.6.6",
"cypress-if": "^1.12.0",
"cypress-terminal-report": "^6.0.1"
},
"dependencies": {
"typescript": "^5.4.2"
}
}