diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml new file mode 100644 index 0000000..c38903a --- /dev/null +++ b/bitbucket-pipelines.yml @@ -0,0 +1,12 @@ +pipelines: + branches: + master: + - step: + name: Run The Webserver + script: + - cd MyWebApp + - dotnet run + - step: + name: Run the Playwright Tests + - cd PlaywrightTests + - dotnet test