Merge pull request #2655 from Safelite/feature/CASH-1187
PR Gate Pipeline Test and fixing npmrc file
This commit is contained in:
commit
8dc9797224
8 changed files with 10 additions and 10 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
registry=https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/
|
registry=https://pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/
|
||||||
always-auth=true
|
|
||||||
//pkgs.dev.azure.com/Safelite/Digital/_packaging/DigitalQA/npm/registry/:_authToken=${NPM_TOKEN}
|
always-auth=true
|
||||||
|
|
@ -42,7 +42,7 @@ const cashRepairInShopAfterPayTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashRepairInShopAfterPay`,
|
name: `CashRepairInShopAfterPay`,
|
||||||
tags: ['@E2E','@CashRepairInShopAfterPay', '@test_report', '@CASH', '@CASH-836'],
|
tags: ['@E2E','@CashRepairInShopAfterPay', '@test_report', '@CASH', '@CASH-1187'],
|
||||||
testData: cashRepairInShopAfterPayData
|
testData: cashRepairInShopAfterPayData
|
||||||
};
|
};
|
||||||
cashRepairInShopAfterPayTests.push(tc);
|
cashRepairInShopAfterPayTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ const cashRepairInShopPayPalTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashRepairInShopPayPal`,
|
name: `CashRepairInShopPayPal`,
|
||||||
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH', '@CASH-836'],
|
tags: ['@E2E','@CashRepairInShopPayPal', '@test_report', '@CASH'],
|
||||||
testData: cashRepairInShopPayPalData
|
testData: cashRepairInShopPayPalData
|
||||||
};
|
};
|
||||||
cashRepairInShopPayPalTests.push(tc);
|
cashRepairInShopPayPalTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ const cashRepairMobileCCTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashRepairMobileCreditCard`,
|
name: `CashRepairMobileCreditCard`,
|
||||||
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH', '@CASH-836'],
|
tags: ['@E2E','@CashRepairMobileCreditCard', '@test_report', '@CASH'],
|
||||||
testData: cashRepairMobileCCData
|
testData: cashRepairMobileCCData
|
||||||
};
|
};
|
||||||
cashRepairMobileCCTests.push(tc);
|
cashRepairMobileCCTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -90,7 +90,7 @@ const insuranceAcuityPaypalTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `InsuranceAcuityPaypal`,
|
name: `InsuranceAcuityPaypal`,
|
||||||
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance'],
|
tags: ['@E2E','@InsuranceAcuityPaypal', '@test_report', '@Insurance', '@CASH-1187'],
|
||||||
testData: insuranceAcuityPaypalData
|
testData: insuranceAcuityPaypalData
|
||||||
};
|
};
|
||||||
insuranceAcuityPaypalTests.push(tc);
|
insuranceAcuityPaypalTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ const heavyTruckTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc: ITestCase = {
|
const tc: ITestCase = {
|
||||||
name: `alert0001 Heavy Truck`,
|
name: `alert0001 Heavy Truck`,
|
||||||
tags: ['@Alert', '@HeavyTruck', '@test_report'],
|
tags: ['@Alert', '@HeavyTruck', '@test_report', '@CASH-1187'],
|
||||||
testData: heavyTruckData
|
testData: heavyTruckData
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ vehiclesToTest.forEach((vehicle, index) => {
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `alert0003_${vehicle.make.toLowerCase()}_${vehicle.model.toLowerCase()} Windshield selected, when vehicle has split windshield - ${vehicle.make} ${vehicle.model} ${vehicle.year}`,
|
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
|
testData: testData
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ const repairOnlyTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `alert0004 Replace selected when not offered`,
|
name: `alert0004 Replace selected when not offered`,
|
||||||
tags: ['@Alert', '@RepairOnly', '@test_report', '@CASH-836'],
|
tags: ['@Alert', '@RepairOnly', '@test_report', '@CASH-1187'],
|
||||||
testData: repairOnlyData
|
testData: repairOnlyData
|
||||||
};
|
};
|
||||||
repairOnlyTests.push(tc);
|
repairOnlyTests.push(tc);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue