12 lines
309 B
JSON
12 lines
309 B
JSON
{
|
|
"baseUrl": "http://localhost:8000",
|
|
"defaultCommandTimeout": 15000,
|
|
"videosFolder": "artifacts/videos",
|
|
"screenshotsFolder": "artifacts/screenshots",
|
|
"downloadsFolder": "artifacts/downloads",
|
|
"testFiles": "**/*.spec.ts",
|
|
"video": false,
|
|
"chromeWebSecurity": false,
|
|
"viewportWidth": 1200
|
|
}
|