Tag automation tests to run in pipeline
This commit is contained in:
parent
215cd0003d
commit
e6d602ec3d
3 changed files with 3 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ const cashReplaceMultiGlassMobileTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceMultiGlassMobile`,
|
name: `CashReplaceMultiGlassMobile`,
|
||||||
tags: ['@E2E','@CashReplaceMultiGlassMobile', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceMultiGlassMobile', '@test_report', '@CASH', '@CASH-1182'],
|
||||||
testData: cashReplaceMultiGlassMobileData
|
testData: cashReplaceMultiGlassMobileData
|
||||||
};
|
};
|
||||||
cashReplaceMultiGlassMobileTests.push(tc);
|
cashReplaceMultiGlassMobileTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ const cashReplaceSafeliteCanNotRecalMobileTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceSafeliteCanNotRecalMobile`,
|
name: `CashReplaceSafeliteCanNotRecalMobile`,
|
||||||
tags: ['@E2E','@CashReplaceSafeliteCanNotRecalMobile', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceSafeliteCanNotRecalMobile', '@test_report', '@CASH', '@CASH-1182'],
|
||||||
testData: cashReplaceSafeliteCanNotRecalMobileData
|
testData: cashReplaceSafeliteCanNotRecalMobileData
|
||||||
};
|
};
|
||||||
cashReplaceSafeliteCanNotRecalMobileTests.push(tc);
|
cashReplaceSafeliteCanNotRecalMobileTests.push(tc);
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ const cashReplaceVinMobileTests: ITestCase[] = [];
|
||||||
|
|
||||||
const tc = {
|
const tc = {
|
||||||
name: `CashReplaceVinMobile`,
|
name: `CashReplaceVinMobile`,
|
||||||
tags: ['@E2E','@CashReplaceVinMobile', '@test_report', '@CASH'],
|
tags: ['@E2E','@CashReplaceVinMobile', '@test_report', '@CASH', '@CASH-1182'],
|
||||||
testData: cashReplaceVinMobileData
|
testData: cashReplaceVinMobileData
|
||||||
};
|
};
|
||||||
cashReplaceVinMobileTests.push(tc);
|
cashReplaceVinMobileTests.push(tc);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue