We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1adac1 commit 8deda4eCopy full SHA for 8deda4e
front/e2e/package.json
@@ -12,7 +12,9 @@
12
"test": "yarn playwright test",
13
"test:ci": "yarn playwright test",
14
"test:standard": "yarn playwright test --grep @standard",
15
- "test:premium": "yarn playwright test --grep @premium"
+ "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"
18
},
19
"dependencies": {}
20
}
0 commit comments