From f3c537d75f457c014e835210eca41cd17b8c013b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Thu, 19 Jan 2023 16:54:15 +0000 Subject: [PATCH] run server from main shell; install playwright deps before test --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index a05ce04..417bf82 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -18,5 +18,6 @@ pipelines: script: - cd PlaywrightTests - dotnet build + - pwsh bin/Debug/net7.0/playwright.ps1 install-deps - pwsh bin/Debug/net7.0/playwright.ps1 install - dotnet test