lume / cli

A CLI for managing TypeScript packages.
6 stars 2 forks source link

Try jest-electron-runner, compare to karma-electron #12

Open trusktr opened 3 years ago

trusktr commented 3 years ago

https://github.com/facebook-atom/jest-electron-runner

See if it is faster than our current karma-electon setup or not.

trusktr commented 3 years ago

Also see how to run Jest within Karma, in case Karma is faster and we prefer the Jest API (which matches the as-pect API we use in lume/glas, so we'll have consistency): https://github.com/facebook/jest/issues/848#issuecomment-450537533

trusktr commented 1 year ago

We will make the main test runner be web-test-runner, and remove Karma in https://github.com/lume/lume/issues/268. We might want to add something like jest-electron-runner for tests that use Electron/Node APIs.