Add essentials tag to tests
This commit is contained in:
parent
c7ea26475d
commit
d1d924c4f3
5 changed files with 5 additions and 5 deletions
|
|
@ -61,7 +61,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0002 Essential Repair Mobile Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`,'@Essentials'],
|
||||
testData: data
|
||||
}, undefined, '0002');
|
||||
essentialRepairInShopAcuraTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0005 Essential Replace Dynamic ADAS Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`,'@Essentials'],
|
||||
testData: data
|
||||
}, undefined, '0005');
|
||||
essentialReplaceDynamicAdasTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0007 Essential Repair Hyundai Mobile Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`,'@Essentials'],
|
||||
testData: data
|
||||
}, undefined, '0007');
|
||||
essentialRepairMobileHyundaiTests.push(tc);
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0010 Essential Vehicle Not Found Bailout Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Bailout', '@VehicleNotFound'],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`,'@Essentials', '@Bailout', '@VehicleNotFound'],
|
||||
testData: data
|
||||
}, undefined, '0001');
|
||||
essentialVehicleNotFoundTestCases.push(tc);
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ for (const client of essentialClients) {
|
|||
data.isAuthenticationRequired = client.clientFlags.isAuthenticationEnabled ?? false
|
||||
const tc = new TestCase({
|
||||
name: `0012 Essential Unique Glass Client: "${client.accountName}"`,
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`],
|
||||
tags: [`@${client.clientTag}`, `@${client.accountName}`,'@Essentials'],
|
||||
testData: data
|
||||
}, undefined, '0012');
|
||||
essentialUniqueGlassTests.push(tc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue