aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/cypress.json.tpl
blob: dd421102a21103094bf56b4418ea8bad14798469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "baseUrl": "https://<sdc_fe_ip>:<sdc_fe_port>/sdc1",
    "chromeWebSecurity": false,
    "env": {
        "backendUrl":
        "https://<sdc_fe_ip>:<sdc_fe_port>/sdc1/feProxy/"
    },
    "reporter": "/home/node/app/catalog-ui/node_modules/mochawesome",
    "requestTimeout": 60000,
    "responseTimeout": 100000,
    "video": false
}