Add pipeline tag to run Liberty Mutual regression tests only
This commit is contained in:
parent
3202f4d933
commit
033b97f879
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue