Add playwright tests with github actions

This commit is contained in:
jheaps
2025-09-24 13:48:20 -06:00
parent 7d4aff5db2
commit b425c4d5d6
14 changed files with 868 additions and 5 deletions
@@ -0,0 +1,18 @@
{
"PlaywrightSettings": {
"Headless": false,
"SlowMotion": 500,
"Viewport": {
"Width": 1280,
"Height": 720
},
"BrowserTimeout": 30000,
"ActionTimeout": 10000
},
"TestSettings": {
"BaseUrl": "https://localhost:7118",
"WaitTimeout": 3000,
"EnableScreenshots": true,
"EnableVideoRecording": true
}
}