npm-vue-unit-e2e-test

本文最后更新于:2021年3月10日 下午

npm-vue-unit-e2e-test

现在没时间,周末详细写下我debug和查文档的过程以及方法和思考吧!

  1. https://registry.npm.taobao.org/chromedriver/
  2. https://www.npmjs.com/package/chromedriver
  3. http://vuejs-templates.github.io/webpack/
  4. https://www.npmjs.com/
  5. https://flaviocopes.com/npm-uninstall-packages/
  1. Deprecation Warning:

    Option “mapCoverage” has been removed, as it’s no longer necessary.

    Please update your configuration.

  2. test\unit\specs\HelloWorld.spec.js
    ● Test suite failed to run

    SecurityError: localStorage is not available for opaque origins

    at Window.get localStorage [as localStorage] (node_modules/jsdom/lib/jsdom/browser/Window.js:257:15)
    at Array.forEach ()


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!