2023-01-19 16:33:40 +00:00
|
|
|
image: mcr.microsoft.com/dotnet/core/sdk:5.1
|
2023-01-19 16:17:21 +00:00
|
|
|
|
2023-01-19 16:10:06 +00:00
|
|
|
pipelines:
|
|
|
|
branches:
|
2023-01-19 16:11:54 +00:00
|
|
|
main:
|
2023-01-19 16:10:06 +00:00
|
|
|
- step:
|
|
|
|
name: Run The Webserver
|
2023-01-19 16:17:21 +00:00
|
|
|
caches:
|
|
|
|
- dotnetcore
|
2023-01-19 16:10:06 +00:00
|
|
|
script:
|
|
|
|
- cd MyWebApp
|
|
|
|
- dotnet run
|
|
|
|
- step:
|
|
|
|
name: Run the Playwright Tests
|
2023-01-19 16:17:21 +00:00
|
|
|
caches:
|
|
|
|
- dotnetcore
|
|
|
|
script:
|
2023-01-19 16:10:06 +00:00
|
|
|
- cd PlaywrightTests
|
|
|
|
- dotnet test
|