run server from main shell; install playwright deps before test

This commit is contained in:
Greg Gauthier 2023-01-19 16:54:15 +00:00
parent 5972647ad6
commit f3c537d75f
1 changed files with 1 additions and 0 deletions

View File

@ -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