-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.13 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
37
38
39
40
41
42
{
"name": "cypress-network-idle",
"version": "0.0.0-development",
"description": "A little Cypress.io plugin for waiting for network to be idle before continuing with the test",
"main": "src/index.js",
"types": "src",
"files": [
"src"
],
"scripts": {
"start": "micro-dev --watch server ./server",
"test": "cypress run",
"cy:open": "cypress open",
"cy:run": "cypress run",
"semantic-release": "semantic-release",
"dev": "start-test 3000 cy:open",
"ci": "start-test 3000 cy:run"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/cypress-network-idle.git"
},
"keywords": [
"cypress-plugin",
"network"
],
"author": "Gleb Bahmutov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/cypress-network-idle/issues"
},
"homepage": "https://github.com/bahmutov/cypress-network-idle#readme",
"devDependencies": {
"cypress": "13.16.1",
"micro": "^9.3.4",
"micro-dev": "^3.0.0",
"micro-route": "^2.5.0",
"prettier": "^2.4.1",
"semantic-release": "24.2.0",
"start-server-and-test": "^1.14.0"
}
}