mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 00:16:32 +01:00
11 lines
374 B
JSON
11 lines
374 B
JSON
{
|
|
"watchForFileChanges": false,
|
|
"fixturesFolder": "test/cypress/fixtures",
|
|
"integrationFolder": "test/cypress/integration",
|
|
"pluginsFile": "test/cypress/plugins/index.js",
|
|
"screenshotsFolder": "test/cypress/screenshots",
|
|
"videosFolder": "test/cypress/videos",
|
|
"supportFile": "test/cypress/support/index.js",
|
|
"viewportWidth": 1600,
|
|
"viewportHeight": 1000
|
|
}
|