build before running the browser installer
This commit is contained in:
parent
b8b98f0c54
commit
5972647ad6
@ -9,6 +9,7 @@ pipelines:
|
||||
- dotnetcore
|
||||
script:
|
||||
- cd MyWebApp
|
||||
- dotnet build
|
||||
- dotnet run &
|
||||
- step:
|
||||
name: Run the Playwright Tests
|
||||
@ -16,5 +17,6 @@ pipelines:
|
||||
- dotnetcore
|
||||
script:
|
||||
- cd PlaywrightTests
|
||||
- dotnet build
|
||||
- pwsh bin/Debug/net7.0/playwright.ps1 install
|
||||
- dotnet test
|
||||
|
Loading…
Reference in New Issue
Block a user