Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): Add 'config' and 'env' options to nightwatch ui prompts #1646

Merged
merged 3 commits into from
Jun 21, 2018

Conversation

rokkie
Copy link
Contributor

@rokkie rokkie commented Jun 21, 2018

No description provided.

name: 'config',
type: 'input',
default: '',
description: 'Use custom nightwatch config file (overrides internals)'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those descriptions need to be localized with packages/@vue/cli-ui/locales/en.json. See the other prompts above for examples.

name: 'env',
type: 'input',
default: 'chrome',
description: 'Comma-delimited browser envs to run in'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those descriptions need to be localized with packages/@vue/cli-ui/locales/en.json. See the other prompts above for examples.

@Akryum Akryum merged commit 77fc6d9 into vuejs:dev Jun 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants