From 617b076ef263fcfe8f3b8de68077922327baab3d Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Wed, 9 Jul 2025 20:13:04 -0400 Subject: [PATCH] Setting up regression run for the night --- azure-pipelines-automated-testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 97b35043d..33524a92e 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -16,7 +16,7 @@ variables: - name: imageTag value: '$(Build.BuildId)' - name: totalShards - value: 2 + value: 4 - name: IS_REGRESSION value: 'true' - name: JIRA_BOARD_ID @@ -32,10 +32,10 @@ stages: jobs: - template: temp/playwright-test.yml parameters: - totalShards: 2 + totalShards: 4 targetUrl: $(BASE_URL) dockerFileName: 'Dockerfile.playwright' - isRegression: false + isRegression: true filterTags: '' playwrightTestsPath: 'playwright-tests' npmServePath: '.'