Add playwright tests with github actions
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"use": {
|
||||
"headless": true,
|
||||
"viewport": { "width": 1280, "height": 720 },
|
||||
"ignoreHTTPSErrors": true,
|
||||
"video": "retain-on-failure",
|
||||
"screenshot": "only-on-failure"
|
||||
},
|
||||
"projects": [
|
||||
{
|
||||
"name": "chromium",
|
||||
"use": { "browserName": "chromium" }
|
||||
},
|
||||
{
|
||||
"name": "firefox",
|
||||
"use": { "browserName": "firefox" }
|
||||
}
|
||||
],
|
||||
"webServer": {
|
||||
"command": "dotnet run --project ../JoshHeaps.Net",
|
||||
"port": 7065,
|
||||
"reuseExistingServer": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user