Setting up regression run for the night
This commit is contained in:
parent
9faa3a77fb
commit
617b076ef2
1 changed files with 3 additions and 3 deletions
|
|
@ -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: '.'
|
||||
|
|
|
|||
Loading…
Reference in a new issue