forked from XinFinOrg/tradetrust-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsynpress.json
More file actions
25 lines (25 loc) · 684 Bytes
/
synpress.json
File metadata and controls
25 lines (25 loc) · 684 Bytes
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:3000",
"userAgent": "synpress",
"retries": { "runMode": 5, "openMode": 0 },
"integrationFolder": "tests/e2e/specs",
"screenshotsFolder": "tests/e2e/screenshots",
"videosFolder": "tests/e2e/videos",
"fixturesFolder": "tests/e2e/fixtures",
"chromeWebSecurity": true,
"viewportWidth": 1366,
"viewportHeight": 768,
"component": {
"componentFolder": ".",
"testFiles": "**/*spec.{js,jsx,ts,tsx}"
},
"env": {
"coverage": false
},
"defaultCommandTimeout": 30000,
"pageLoadTimeout": 30000,
"requestTimeout": 30000,
"supportFile": "tests/e2e/support/index.js",
"screenshotOnRunFailure": false,
"video": false
}