diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 8defd878..d267877f 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -47,7 +47,7 @@ stages: targetUrl: $(BASE_URL) dockerFileName: 'Dockerfile.playwright' isRegression: ${{ variables.IS_REGRESSION }} - filterTags: 'Liberty Mutual' + filterTags: 'Liberty Mutual|Safeco' playwrightTestsPath: 'playwright-tests' npmServePath: '.' npmrcPath: 'playwright-tests/.npmrc'