thislooksfun / earthdawn

A smart Earthdawn character sheet
GNU General Public License v2.0
0 stars 1 forks source link

Fix e2e tests #154

Open thislooksfun opened 4 years ago

thislooksfun commented 4 years ago

The vue-cli-plugin-electron-builder v2.0.0 beta has a fix for the issue outlined in tests/e2e/electron.spec.js


Steps to fix:

  1. Switch to vue-cli-plugin-electron-builder v2.0.0 beta
  2. Pass correct spectron version to testWithSpectron()

References:

thislooksfun commented 4 years ago

This is now pending https://github.com/nklayman/vue-cli-plugin-electron-builder/issues/647