-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcypress.json
25 lines (25 loc) · 966 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
{
"baseUrl": "http://localhost:8080",
"env": {
"NODE_ENV": "test",
"VUE_APP_API_BASE_URL": "http://localhost:5000",
"VUE_APP_BASE_URL": "http://localhost:8080",
"VUE_APP_AWS_CCP_REGION": "us-east-1",
"VUE_APP_CCP_PRINCIPAL": "arn:aws:iam::240937704012:saml-provider/ccudev",
"VUE_APP_CCP_ROLE": "arn:aws:iam::240937704012:role/CCUDevConnectRole",
"VUE_APP_CCP_INSTANCE": "89c1729b-4547-4548-9508-9365b71e586b",
"VUE_APP_AWS_CCP_URL": "https://ccuhotlinedev.awsapps.com/connect/ccp#",
"API_URL": "http://localhost:5000",
"RETRIES": 3
},
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"projectId": "xyprfc",
"viewportHeight": 900,
"viewportWidth": 1400,
"pluginsFile": "tests/plugins/index.js",
"supportFile": "tests/support/index.js",
"integrationFolder": "tests/e2e",
"testFiles": "**/*.spec.js*",
"experimentalComponentTesting": true,
"componentFolder": "tests/components"
}