Change tag to run all Liberty Mutual tests in regression pipeline

This commit is contained in:
JennyNou 2026-04-01 15:38:37 -04:00
parent 268ee8a348
commit 9d4454dcb6

View file

@ -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'