Skip to content

Commit a6c8553

Browse files
committed
add-test-smoke-run
1 parent 22713cd commit a6c8553

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/playwright-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

tests/playwright-tests/src/tests/e2e/epic123-smoke-tests/epic123-smoke-tests-migrated.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
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";

0 commit comments

Comments
 (0)