Add pipeline tag to run Liberty Mutual regression tests only

This commit is contained in:
JennyNou 2026-01-13 15:00:52 -05:00
parent 3202f4d933
commit 033b97f879

View file

@ -44,7 +44,7 @@ stages:
targetUrl: $(BASE_URL)
dockerFileName: 'Dockerfile.playwright'
isRegression: ${{ variables.IS_REGRESSION }}
filterTags: ''
filterTags: '@Advanced'
playwrightTestsPath: 'playwright-tests'
npmServePath: '.'
npmrcPath: 'playwright-tests/.npmrc'