19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"PlaywrightSettings": {
|
|
"Headless": false,
|
|
"SlowMotion": 500,
|
|
"Viewport": {
|
|
"Width": 1280,
|
|
"Height": 720
|
|
},
|
|
"BrowserTimeout": 30000,
|
|
"ActionTimeout": 10000,
|
|
"IgnoreHTTPSErrors": true
|
|
},
|
|
"TestSettings": {
|
|
"BaseUrl": "https://localhost:7118",
|
|
"WaitTimeout": 3000,
|
|
"EnableScreenshots": true,
|
|
"EnableVideoRecording": true
|
|
}
|
|
} |