diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 936ef64f..811c30d8 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -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'