Change tag to run all Liberty Mutual tests in regression pipeline
This commit is contained in:
parent
268ee8a348
commit
9d4454dcb6
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ stages:
|
||||||
targetUrl: $(BASE_URL)
|
targetUrl: $(BASE_URL)
|
||||||
dockerFileName: 'Dockerfile.playwright'
|
dockerFileName: 'Dockerfile.playwright'
|
||||||
isRegression: ${{ variables.IS_REGRESSION }}
|
isRegression: ${{ variables.IS_REGRESSION }}
|
||||||
filterTags: '@Advanced'
|
filterTags: 'Liberty Mutual'
|
||||||
playwrightTestsPath: 'playwright-tests'
|
playwrightTestsPath: 'playwright-tests'
|
||||||
npmServePath: '.'
|
npmServePath: '.'
|
||||||
npmrcPath: 'playwright-tests/.npmrc'
|
npmrcPath: 'playwright-tests/.npmrc'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue