added tags to tests
This commit is contained in:
parent
30aec0a3a3
commit
6e068785a8
2 changed files with 2 additions and 2 deletions
|
|
@ -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-836'],
|
||||||
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()}`],
|
tags: ['@Alert', '@SplitWindshield', '@test_report', `@${vehicle.make.toLowerCase()}`, '@CASH-836'],
|
||||||
testData: testData
|
testData: testData
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue