Files
JoshHeaps.Net/JoshHeaps.Net.UiTests/appsettings.CI.json
2025-09-24 14:15:03 -06:00

20 lines
418 B
JSON

{
"PlaywrightSettings": {
"Headless": true,
"SlowMotion": 0,
"Viewport": {
"Width": 1280,
"Height": 720
},
"BrowserTimeout": 60000,
"ActionTimeout": 30000,
"EnableVideoRecording": true,
"IgnoreHTTPSErrors": true
},
"TestSettings": {
"BaseUrl": "https://localhost:7118",
"WaitTimeout": 5000,
"EnableScreenshots": true,
"EnableVideoRecording": true
}
}