-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 765 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "applitools-hackathon",
"version": "1.0.0",
"description": "Using Applitools with Cypress",
"author": "Amy Hoad",
"scripts": {
"cy:open:part1": "cypress open --env url=tlcHackathonMasterV1.html",
"cy:open:part2": "cypress open --env url=tlcHackathonDev.html",
"cy:open:part3": "cypress open --env url=tlcHackathonMasterV2.html",
"cy:run:part1": "cypress run --env url=tlcHackathonMasterV1.html",
"cy:run:part2": "cypress run --env url=tlcHackathonDev.html",
"cy:run:part3": "cypress run --env url=tlcHackathonMasterV2.html"
},
"devDependencies": {
"@applitools/eyes-cypress": "^3.15.5",
"@testing-library/cypress": "^7.0.1",
"cypress": "^5.6.0",
"prettier": "^2.1.2",
"typescript": "^4.0.5"
}
}