Artem Govorov
Artem Govorov
@DinisCruz I suspect the amount of work required is roughly the same order of magnitude as [required for Protractor](https://github.com/wallabyjs/public/issues/225#issuecomment-128206150), which is a significant chunk of work.
Jest runs in node, not sure if it can run in Electron - I haven't seen anyone using Jest with Electron (even without wallaby). Even if plain Jest works with...
@NodeGuy Thanks for the repo link!
Correct me me if I'm wrong, but I can't see where you are running Jest with Electron, from what I can see, your `package.json` is [running Jest tests in node](https://github.com/cosmos/voyager/blob/03c5e04405c14685f7c0fe58d41d98196222b485/package.json#L30):...
> Jest is not supported to run in Node Jest is supported to run in Node in Wallaby. You may find the [sample config in our docs](https://wallabyjs.com/docs/integration/jest.html).
@marcelh-gh Thanks for the note. The docs had been updated.
@TreTuna I haven't tried, but if Electron starts as node with the flag, then maybe this could work: ```js module.exports = function () { return { ... env: { type:...
@TreTuna Awesome, thanks for the update. > However, it does load up 6 Electron processes in the process. Which seems a bit excessive. Wallaby runs tests in parallel using multiple...
Right now it's not possible, so adding the feature request label.
@marionebl Can you please share your Wallaby config? Right now no config types are available.