From b8b98f0c545c49ced0afa307d344f4da6f8f280e Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 19 Jan 2023 16:44:53 +0000 Subject: [PATCH] run server from main shell; install browsers before tests --- bitbucket-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 3242cee..ae489ce 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -9,11 +9,12 @@ pipelines: - dotnetcore script: - cd MyWebApp - - sh dotnet run & + - dotnet run & - step: name: Run the Playwright Tests caches: - dotnetcore script: - cd PlaywrightTests + - pwsh bin/Debug/net7.0/playwright.ps1 install - dotnet test