Add playwright tests with github actions
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user