Setting up regression run for the night

This commit is contained in:
maguire-arman 2025-07-09 20:13:04 -04:00
parent 9faa3a77fb
commit 617b076ef2

View file

@ -16,7 +16,7 @@ variables:
- name: imageTag - name: imageTag
value: '$(Build.BuildId)' value: '$(Build.BuildId)'
- name: totalShards - name: totalShards
value: 2 value: 4
- name: IS_REGRESSION - name: IS_REGRESSION
value: 'true' value: 'true'
- name: JIRA_BOARD_ID - name: JIRA_BOARD_ID
@ -32,10 +32,10 @@ stages:
jobs: jobs:
- template: temp/playwright-test.yml - template: temp/playwright-test.yml
parameters: parameters:
totalShards: 2 totalShards: 4
targetUrl: $(BASE_URL) targetUrl: $(BASE_URL)
dockerFileName: 'Dockerfile.playwright' dockerFileName: 'Dockerfile.playwright'
isRegression: false isRegression: true
filterTags: '' filterTags: ''
playwrightTestsPath: 'playwright-tests' playwrightTestsPath: 'playwright-tests'
npmServePath: '.' npmServePath: '.'