Skip to content

Commit 8deda4e

Browse files
committed
feat: Add yarn commands to run e2e tests in CI
1 parent c1adac1 commit 8deda4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

front/e2e/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"test": "yarn playwright test",
1313
"test:ci": "yarn playwright test",
1414
"test:standard": "yarn playwright test --grep @standard",
15-
"test:premium": "yarn playwright test --grep @premium"
15+
"test:ci:standard": "yarn playwright test --grep @standard",
16+
"test:premium": "yarn playwright test --grep @premium",
17+
"test:ci:premium": "yarn playwright test --grep @premium"
1618
},
1719
"dependencies": {}
1820
}

0 commit comments

Comments
 (0)