We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e9ad3 commit d32f9f4Copy full SHA for d32f9f4
package.json
@@ -22,6 +22,7 @@
22
"atest": "playwright test --config=tests/android/playwright.config.ts",
23
"etest": "playwright test --config=tests/electron/playwright.config.ts",
24
"webview2test": "playwright test --config=tests/webview2/playwright.config.ts",
25
+ "extensiontest": "playwright test --config=tests/extension/playwright.config.ts",
26
"itest": "playwright test --config=tests/installation/playwright.config.ts",
27
"stest": "playwright test --config=tests/stress/playwright.config.ts",
28
"biditest": "playwright test --config=tests/bidi/playwright.config.ts",
0 commit comments