File tree Expand file tree Collapse file tree
src/tests/e2e/epic123-smoke-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "main" : " index.js" ,
55 "scripts" : {
6- "test:smoke_e2e" : " cross-env TEST_TYPE=SMOKE npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=\" @epic4c- \" " ,
6+ "test:smoke_e2e" : " cross-env TEST_TYPE=SMOKE npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=\" @smoke @e2e \" " ,
77 "test:regression_api" : " npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=\" @regression @api\" " ,
88 "test:regression_e2e_epic1" : " cross-env TEST_TYPE=RegressionEpic1 npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=@epic1-high" ,
99 "test:regression_e2e_epic2" : " cross-env TEST_TYPE=RegressionEpic2 npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=@epic2-high" ,
Original file line number Diff line number Diff line change 3131
3232
3333
34- export const runnerBasedEpic123TestScenariosAdd = "@DTOSS-6256-01|@DTOSS-6406-01|@DTOSS-7960-01" ;
35- export const runnerBasedEpic123TestScenariosAddAmend = "@DTOSS-6257-01|@DTOSS-6407-01" ;
34+ export const runnerBasedEpic123TestScenariosAdd = "@DTOSS-6256-01|@DTOSS-6406-01|@DTOSS-7960-01|@DTOSS-9337-01 " ;
35+ export const runnerBasedEpic123TestScenariosAddAmend = "@DTOSS-6257-01|@DTOSS-6407-01|@DTOSS-9337-01 " ;
You can’t perform that action at this time.
0 commit comments