-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 774 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 774 Bytes
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
{
"name": "cypress-browserstack",
"version": "1.0.0",
"description": "Sample Cypress tests for BrowserStack",
"main": "index.js",
"scripts": {
"cy:open": "cypress open",
"cy:headless": "cypress run",
"cy:browserstack": "browserstack-cypress run",
"httpServer": "http-server ./public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashwingonsalves/cypress-browserstack.git"
},
"author": "Ashwin G",
"license": "ISC",
"bugs": {
"url": "https://github.com/ashwingonsalves/cypress-browserstack/issues"
},
"homepage": "https://github.com/ashwingonsalves/cypress-browserstack#readme",
"dependencies": {
"browserstack-cypress-cli": "^1.3.0",
"cypress": "^4.10.0",
"http-server": "^0.12.3"
}
}