8000 feat: Upgraded Nightwatch to 2.0, updated distribued config by vaibhavsingh97 · Pull Request #6520 · vuejs/vue-cli · GitHub
[go: up one dir, main page]

Skip to content

feat: Upgraded Nightwatch to 2.0, updated distribued config #6520

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

Merged
merged 12 commits into from
Feb 7, 2022
Merged
Prev Previous commit
Next Next commit
chore!: update nightwatch to v2
  • Loading branch information
haoqunjiang authored Feb 7, 2022
commit 26014a96b4218474079cc72ccf7994a6601cfe97
2 changes: 1 addition & 1 deletion packages/@vue/cli-plugin-e2e-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@vue/cli-shared-utils": "^5.0.0-rc.1",
"deepmerge": "^4.2.2",
"nightwatch": "^1.7.8"
"nightwatch": "^2.0.5"
},
"devDependencies": {
"chromedriver": "^96.0.0",
Expand Down
0