We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chromium
1 parent 8a5dde6 commit 7ccb2e6Copy full SHA for 7ccb2e6
utils/generateReadme.ts
@@ -105,8 +105,8 @@ npx playwright install
105
106
# Runs the end-to-end tests.
107
${getCommand(packageManager, 'test:e2e')}
108
-# Runs the tests only on Desktop Chrome.
109
-${getCommand(packageManager, 'test:e2e -- --project="Desktop Chrome"')}
+# Runs the tests only on Chromium.
+${getCommand(packageManager, 'test:e2e -- --project=chromium')}
110
# Runs the tests of a specific file.
111
${getCommand(packageManager, 'test:e2e -- tests/example.spec.ts')}
112
# Runs the tests in debug mode.
0 commit comments