-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
36
{
"devDependencies": {
"start-server-and-test": "^1.14.0"
},
"name": "cypress-window-helper",
"version": "1.1.0",
"description": "cypress-window-helper aims to switch and interact with pop-up windows opened within the UI",
"main": "index.js",
"scripts": {
"start": "http-server server -p 5523",
"cypress:open": "cypress open",
"cypress:run": "cypress run -b chrome --headless",
"open:server:test": "start-server-and-test start http://127.0.0.1:5523 cypress:open",
"run:server:test": "start-server-and-test start http://127.0.0.1:5523 cypress:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mathias-vandaele/cypress-window-helper.git"
},
"keywords": [
"cypress",
"window",
"windows",
"helper"
],
"author": "mathias vandaele",
"license": "ISC",
"bugs": {
"url": "https://github.com/mathias-vandaele/cypress-window-helper/issues"
},
"homepage": "https://github.com/mathias-vandaele/cypress-window-helper#readme",
"dependencies": {
"cypress": "^9.3.1",
"prettier": "^2.5.1"
}
}