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:
|
script:
|
||||||
- cd PlaywrightTests
|
- cd PlaywrightTests
|
||||||
- dotnet build
|
- dotnet build
|
||||||
|
- pwsh bin/Debug/net7.0/playwright.ps1 install-deps
|
||||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||||
- dotnet test
|
- dotnet test
|
||||||
|
Loading…
Reference in New Issue
Block a user