Skip to content

Commit 7ccb2e6

Browse files
committed
fix: the project name for Desktop Chrome is actually chromium in default config
1 parent 8a5dde6 commit 7ccb2e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/generateReadme.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ npx playwright install
105105
106106
# Runs the end-to-end tests.
107107
${getCommand(packageManager, 'test:e2e')}
108-
# Runs the tests only on Desktop Chrome.
109-
${getCommand(packageManager, 'test:e2e -- --project="Desktop Chrome"')}
108+
# Runs the tests only on Chromium.
109+
${getCommand(packageManager, 'test:e2e -- --project=chromium')}
110110
# Runs the tests of a specific file.
111111
${getCommand(packageManager, 'test:e2e -- tests/example.spec.ts')}
112112
# Runs the tests in debug mode.

0 commit comments

Comments
 (0)