Skip to content

Commit 926aa64

Browse files
author
Firmino Changani
committed
Update cypress list of supported browsers on e2e prompt
1 parent e2f00d2 commit 926aa64

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli/lib/promptModules

1 file changed

+1
-1
lines changed

packages/@vue/cli/lib/promptModules/e2e.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = cli => {
1717
message: 'Pick an E2E testing solution:',
1818
choices: [
1919
{
20-
name: 'Cypress (Chrome only)',
20+
name: 'Cypress (Runs on Chrome, Edge and Firefox)',
2121
value: 'cypress',
2222
short: 'Cypress'
2323
},

0 commit comments

Comments
 (0)