Skip to content

nightwatch plugin migration path from 4.0.0-rc.0 to 4.0.0-rc.4 - "Cannot read test source location" #4618

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

Closed
darrenjennings opened this issue Sep 25, 2019 · 2 comments
Labels

Comments

@darrenjennings
Copy link
Contributor

Version

4.0.0-rc.4

Reproduction link

#4541

Environment info

  System:
    OS: macOS 10.14
    CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
  Binaries:
    Node: 10.15.0 - /usr/local/bin/node
    Yarn: 1.16.0 - /usr/local/bin/yarn
    npm: 6.4.1 - /usr/local/bin/npm
  Browsers:
    Chrome: 77.0.3865.90
    Firefox: 68.0.1
    Safari: 12.0
  npmPackages:
    @vue/babel-helper-vue-jsx-merge-props:  1.0.0 (1.0.0-beta.2)
    @vue/babel-plugin-transform-vue-jsx:  1.0.0 (1.0.0-beta.2)
    @vue/babel-preset-app: ^3.3.0 => 3.3.0 (3.9.2)
    @vue/babel-preset-jsx:  1.0.0-beta.2 (1.0.0)
    @vue/babel-sugar-functional-vue:  1.0.0-beta.2 (1.0.0)
    @vue/babel-sugar-inject-h:  1.0.0-beta.2 (1.0.0)
    @vue/babel-sugar-v-model:  1.0.0-beta.2 (1.0.0)
    @vue/babel-sugar-v-on:  1.0.0-beta.2 (1.0.0)
    @vue/cli-overlay:  3.3.0
    @vue/cli-plugin-babel: ^3.3.0 => 3.3.0
    @vue/cli-plugin-e2e-nightwatch: 4.0.0-rc.4 => 4.0.0-rc.4
    @vue/cli-service: 3.3.1 => 3.3.1
    @vue/cli-shared-utils:  3.7.0 (4.0.0-rc.4)
    @vue/component-compiler-utils:  2.5.0
    @vue/preload-webpack-plugin:  undefined (1.1.0)
    @vue/test-utils: 1.0.0-beta.28 => 1.0.0-beta.28
    @vue/web-component-wrapper:  1.2.0
    babel-helper-vue-jsx-merge-props:  2.0.3
    babel-plugin-transform-vue-jsx:  4.0.1
    eslint-plugin-vue: 4.7.1 => 4.7.1
    portal-vue: 1.5.1 => 1.5.1
    vue:  2.6.10
    vue-autosuggest: 2.0.0-beta.6 => 2.0.0-beta.6
    vue-chartjs: 2.8.7 => 2.8.7
    vue-codemirror: 4.0.5 => 4.0.5
    vue-color: 2.7.0 => 2.7.0
    vue-eslint-parser:  2.0.3
    vue-form-generator: 2.3.3 => 2.3.3
    vue-hot-reload-api:  2.3.1
    vue-loader:  undefined (15.6.1, 15.5.1)
    vue-monaco: 0.3.1 => 0.3.1
    vue-router: 3.0.2 => 3.0.2 (3.0.7)
    vue-server-renderer:  2.6.10
    vue-style-loader:  4.1.2
    vue-template-compiler:  2.6.10
    vue-template-es2015-compiler:  1.8.1
    vue-test-utils: 1.0.0-beta.11 => 1.0.0-beta.11
    vuepress: ^1.0.2 => 1.0.3
    vuepress-html-webpack-plugin:  3.2.0
    vuepress-plugin-container:  2.0.2
    vuex: 3.1.0 => 3.1.0
  npmGlobalPackages:
    @vue/cli: 3.0.0-beta.6

Steps to reproduce

In rc.0:
▶ yarn vue-cli-service test:e2e --url http://kong-admin.test:8080

Upgrade to rc.4 and bump chromedriver and rerun command. ❌

What is expected?

It rc.0, it ran successfully.

What is actually happening?

yarn run v1.16.0
$ yarn vue-cli-service test:e2e --url http://kong-admin.test:8080
$ /Users/darrenjennings/source/repos/kong-admin/node_modules/.bin/vue-cli-service test:e2e --url http://kong-admin.test:8080
INFO Running end-to-end tests ...
Error: Cannot read test source location: /Users/darrenjennings/source/repos/kong-admin/http:/kong-admin.test:8080

@haoqunjiang
Copy link
Member

As a workaround, use vue-cli-service test:e2e --url=http://kong-admin.test:8080

@haoqunjiang
Copy link
Member

Fixed by #4627
Will be released in the next RC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants