]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: the project name for Desktop Chrome is actually `chromium` in default config
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:13:08 +0000 (15:13 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:13:08 +0000 (15:13 +0800)
utils/generateReadme.ts

index bdbc0a5a7f84fe38c0512981d697c424822518a7..2e853bb5e14c6bd72b675a8983cc58d47c7c549b 100644 (file)
@@ -105,8 +105,8 @@ npx playwright install
 
 # Runs the end-to-end tests.
 ${getCommand(packageManager, 'test:e2e')}
-# Runs the tests only on Desktop Chrome.
-${getCommand(packageManager, 'test:e2e -- --project="Desktop Chrome"')}
+# Runs the tests only on Chromium.
+${getCommand(packageManager, 'test:e2e -- --project=chromium')}
 # Runs the tests of a specific file.
 ${getCommand(packageManager, 'test:e2e -- tests/example.spec.ts')}
 # Runs the tests in debug mode.