From e6d602ec3da8b767c95d8e315ad2d487ba1aacfd Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:45:57 -0400 Subject: [PATCH] Tag automation tests to run in pipeline --- playwright-tests/tests/CashReplaceMultiGlassMobile.ts | 2 +- playwright-tests/tests/CashReplaceSafeliteCanNotRecalMobile.ts | 2 +- playwright-tests/tests/CashReplaceVinMobile.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/playwright-tests/tests/CashReplaceMultiGlassMobile.ts b/playwright-tests/tests/CashReplaceMultiGlassMobile.ts index f67f44234..5db56fb85 100644 --- a/playwright-tests/tests/CashReplaceMultiGlassMobile.ts +++ b/playwright-tests/tests/CashReplaceMultiGlassMobile.ts @@ -95,7 +95,7 @@ const cashReplaceMultiGlassMobileTests: ITestCase[] = []; const tc = { name: `CashReplaceMultiGlassMobile`, - tags: ['@E2E','@CashReplaceMultiGlassMobile', '@test_report', '@CASH'], + tags: ['@E2E','@CashReplaceMultiGlassMobile', '@test_report', '@CASH', '@CASH-1182'], testData: cashReplaceMultiGlassMobileData }; cashReplaceMultiGlassMobileTests.push(tc); diff --git a/playwright-tests/tests/CashReplaceSafeliteCanNotRecalMobile.ts b/playwright-tests/tests/CashReplaceSafeliteCanNotRecalMobile.ts index 3729ff72b..7bbc671ee 100644 --- a/playwright-tests/tests/CashReplaceSafeliteCanNotRecalMobile.ts +++ b/playwright-tests/tests/CashReplaceSafeliteCanNotRecalMobile.ts @@ -77,7 +77,7 @@ const cashReplaceSafeliteCanNotRecalMobileTests: ITestCase[] = []; const tc = { name: `CashReplaceSafeliteCanNotRecalMobile`, - tags: ['@E2E','@CashReplaceSafeliteCanNotRecalMobile', '@test_report', '@CASH'], + tags: ['@E2E','@CashReplaceSafeliteCanNotRecalMobile', '@test_report', '@CASH', '@CASH-1182'], testData: cashReplaceSafeliteCanNotRecalMobileData }; cashReplaceSafeliteCanNotRecalMobileTests.push(tc); diff --git a/playwright-tests/tests/CashReplaceVinMobile.ts b/playwright-tests/tests/CashReplaceVinMobile.ts index d47ab608f..e81220cd0 100644 --- a/playwright-tests/tests/CashReplaceVinMobile.ts +++ b/playwright-tests/tests/CashReplaceVinMobile.ts @@ -66,7 +66,7 @@ const cashReplaceVinMobileTests: ITestCase[] = []; const tc = { name: `CashReplaceVinMobile`, - tags: ['@E2E','@CashReplaceVinMobile', '@test_report', '@CASH'], + tags: ['@E2E','@CashReplaceVinMobile', '@test_report', '@CASH', '@CASH-1182'], testData: cashReplaceVinMobileData }; cashReplaceVinMobileTests.push(tc);