-
Notifications
You must be signed in to change notification settings - Fork 2
/
cypress.json
38 lines (38 loc) · 961 Bytes
/
cypress.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
{
"env": {
"stubs_cache": "node_modules/.cache/stubs",
"stubs_server": "http://localhost:8081",
"stubs_repository": "maven-releases",
"stubs": [
{
"id": "internal.contracts:event-api-webapp:+:stubs"
},
{
"mode": "remote",
"id": "internal.contracts:translations-api:1.16:stubs",
"type": "nexus3",
"server": "http://localhost:8081",
"repository": "maven-releases"
},
{
"mode": "remote",
"id": "internal.contracts:site-config:+:stubs",
"type": "nexus",
"server": "http://localhost:8181",
"repository": "releases"
},
{
"mode": "local",
"file": "sports-site-config-1.318-SNAPSHOT-stubs.jar"
},
{
"mode": "local",
"file": "event-api-webapp-stubs.jar",
"path": "cypress/fixtures"
}
]
},
"video": false,
"viewportHeight": 720,
"viewportWidth": 1280
}