Files
JoshHeaps.Net/JoshHeaps.Net.UiTests/appsettings.Integration.json
T
2025-09-24 14:39:52 -06:00

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
}
}