Skip to content

Instantly share code, notes, and snippets.

@yvesbou
Created June 3, 2022 13:40
Show Gist options
  • Save yvesbou/0e26566d94815bd782e4db2481191e8c to your computer and use it in GitHub Desktop.
Save yvesbou/0e26566d94815bd782e4db2481191e8c to your computer and use it in GitHub Desktop.
{
"baseUrl": "http://localhost:3000",
"userAgent": "synpress",
"retries": { "runMode": 0, "openMode": 0 },
"integrationFolder": "tests/e2e/specs",
"screenshotsFolder": "screenshots",
"videosFolder": "videos",
"video": true,
"chromeWebSecurity": true,
"viewportWidth": 1366,
"viewportHeight": 850,
"component": {
"componentFolder": ".",
"testFiles": "**/*spec.{js,jsx,ts,tsx}"
},
"env": {
"coverage": false
},
"defaultCommandTimeout": 30000,
"pageLoadTimeout": 30000,
"requestTimeout": 30000,
"supportFile": "tests/support/index.js"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment