run server from main shell; install browsers before tests
This commit is contained in:
parent
cd08669021
commit
b8b98f0c54
@ -9,11 +9,12 @@ pipelines:
|
||||
- dotnetcore
|
||||
script:
|
||||
- cd MyWebApp
|
||||
- sh dotnet run &
|
||||
- dotnet run &
|
||||
- step:
|
||||
name: Run the Playwright Tests
|
||||
caches:
|
||||
- dotnetcore
|
||||
script:
|
||||
- cd PlaywrightTests
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||
- dotnet test
|
||||
|
Loading…
Reference in New Issue
Block a user