pipelines: branches: main: - step: name: Run The Webserver script: - cd MyWebApp - dotnet run - step: name: Run the Playwright Tests - cd PlaywrightTests - dotnet test