Skip to content

Commit

Permalink
have no plugins as default (#8172)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 31, 2022
1 parent 5e22f12 commit 3bf92d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/wdio-cli/src/constants.ts
Expand Up @@ -352,7 +352,8 @@ export const QUESTIONNAIRE = [{
type: 'checkbox',
name: 'plugins',
message: 'Do you want to add a plugin to your test setup?',
choices: SUPPORTED_PACKAGES.plugin
choices: SUPPORTED_PACKAGES.plugin,
default: []
}, {
type: 'checkbox',
name: 'services',
Expand Down

0 comments on commit 3bf92d1

Please sign in to comment.