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: '.'