build before running the browser installer
This commit is contained in:
parent
b8b98f0c54
commit
5972647ad6
@ -9,6 +9,7 @@ pipelines:
|
|||||||
- dotnetcore
|
- dotnetcore
|
||||||
script:
|
script:
|
||||||
- cd MyWebApp
|
- cd MyWebApp
|
||||||
|
- dotnet build
|
||||||
- dotnet run &
|
- dotnet run &
|
||||||
- step:
|
- step:
|
||||||
name: Run the Playwright Tests
|
name: Run the Playwright Tests
|
||||||
@ -16,5 +17,6 @@ pipelines:
|
|||||||
- dotnetcore
|
- dotnetcore
|
||||||
script:
|
script:
|
||||||
- cd PlaywrightTests
|
- cd PlaywrightTests
|
||||||
|
- dotnet build
|
||||||
- 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