Add tagged test back in to confirm pipeline is working
This commit is contained in:
parent
9d89412b58
commit
7080305976
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ for (const client of advancedClients) {
|
||||||
data.clientTag = client.clientTag;
|
data.clientTag = client.clientTag;
|
||||||
const tc = new TestCase({
|
const tc = new TestCase({
|
||||||
name: `0001a_Advanced_Replace_Deductible_Client: "${client.accountName}"`,
|
name: `0001a_Advanced_Replace_Deductible_Client: "${client.accountName}"`,
|
||||||
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced'],
|
tags: [`@${client.clientTag}`, `@${client.accountName}`, '@Advanced', '@INSR-6847'],
|
||||||
testData: data
|
testData: data
|
||||||
}, undefined, '0001a');
|
}, undefined, '0001a');
|
||||||
advancedScenario0001TestCases.push(tc);
|
advancedScenario0001TestCases.push(tc);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue