Skip to content

Commit 22713cd

Browse files
committed
updated-config-to-run-test
1 parent 5936dc4 commit 22713cd

1 file changed

Lines changed: 1 addition & 1 deletion

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=\"@smoke @e2e\"",
6+
"test:smoke_e2e": "cross-env TEST_TYPE=SMOKE npx playwright test --project=dev --config=src/config/playwright.config.ts --grep=\"@epic4c-\"",
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",

0 commit comments

Comments
 (0)