From 580969a39914f7feafa7dd2849e3100a4c4ee96b Mon Sep 17 00:00:00 2001 From: JennyNou Date: Tue, 24 Mar 2026 10:00:46 -0400 Subject: [PATCH] Update template tag --- azure-pipelines-automated-testing.yml | 2 +- playwright-tests/playwright.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index b83a370d..d232fac9 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -14,7 +14,7 @@ resources: type: github name: Safelite/AzureDevOps endpoint: Safelite - ref: refs/tags/t5.7.51 + ref: refs/tags/t5.7.53 variables: # - group: Digital-Infrastructure diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 070a1c7b..94842ffb 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -88,6 +88,7 @@ export default defineConfig({ // baseURL: 'http://127.0.0.1:3000', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ + baseURL: process.env.BASE_URL || 'https://selfservice.test.glassclaim.com', trace: 'on-first-retry', headless: process.env.CI ? true : false, screenshot: "only-on-failure",