run server from main shell; install playwright deps before test
This commit is contained in:
parent
5972647ad6
commit
f3c537d75f
@ -18,5 +18,6 @@ pipelines:
|
||||
script:
|
||||
- cd PlaywrightTests
|
||||
- dotnet build
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install-deps
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||
- dotnet test
|
||||
|
Loading…
Reference in New Issue
Block a user