Tag test cases to test pr gate pipeline
Updates test case tags to reflect the correct issue IDs and removes outdated references. This ensures accurate test reporting and traceability.
This commit is contained in:
parent
7b69612dff
commit
9687529d5e
6 changed files with 6 additions and 6 deletions
|
|
@ -42,7 +42,7 @@ const cashRepairInShopAfterPayTests: ITestCase[] = [];
|
|||
|
||||
const tc = {
|
||||
name: `CashRepairInShopAfterPay`,
|
||||
tags: ['@E2E','@CashRepairInShopAfterPay', '@test_report', '@CASH', '@CASH-836'],
|
||||
tags: ['@E2E','@CashRepairInShopAfterPay', '@test_report', '@CASH', '@CASH-1187'],
|
||||
testData: cashRepairInShopAfterPayData
|
||||
};
|
||||
cashRepairInShopAfterPayTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ const cashRepairInShopPayPalTests: ITestCase[] = [];
|
|||
|
||||
const tc = {
|
||||
name: `CashRepairInShopPayPal`,
|
||||
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH', '@CASH-836'],
|
||||
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH'],
|
||||
testData: cashRepairInShopPayPalData
|
||||
};
|
||||
cashRepairInShopPayPalTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ const cashRepairMobileCCTests: ITestCase[] = [];
|
|||
|
||||
const tc = {
|
||||
name: `CashRepairMobileCreditCard`,
|
||||
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH', '@CASH-836'],
|
||||
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH'],
|
||||
testData: cashRepairMobileCCData
|
||||
};
|
||||
cashRepairMobileCCTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ const insuranceAcuityPaypalTests: ITestCase[] = [];
|
|||
|
||||
const tc = {
|
||||
name: `InsuranceAcuityPaypal`,
|
||||
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance'],
|
||||
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance', '@CASH-1187'],
|
||||
testData: insuranceAcuityPaypalData
|
||||
};
|
||||
insuranceAcuityPaypalTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ vehiclesToTest.forEach((vehicle, index) => {
|
|||
|
||||
const tc = {
|
||||
name: `alert0003_${vehicle.make.toLowerCase()}_${vehicle.model.toLowerCase()} Windshield selected, when vehicle has split windshield - ${vehicle.make} ${vehicle.model} ${vehicle.year}`,
|
||||
tags: ['@Alert', '@SplitWindshield', '@test_report', `@${vehicle.make.toLowerCase()}`, '@CASH-836'],
|
||||
tags: ['@Alert', '@SplitWindshield', '@test_report', `@${vehicle.make.toLowerCase()}`],
|
||||
testData: testData
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ const repairOnlyTests: ITestCase[] = [];
|
|||
|
||||
const tc = {
|
||||
name: `alert0004 Replace selected when not offered`,
|
||||
tags: ['@Alert', '@RepairOnly', '@test_report', '@CASH-836'],
|
||||
tags: ['@Alert', '@RepairOnly', '@test_report', '@CASH-1187'],
|
||||
testData: repairOnlyData
|
||||
};
|
||||
repairOnlyTests.push(tc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue