Artem Govorov

Results 236 comments of Artem Govorov

@marionebl Thanks for sharing the config. We'll investigate adding config types. Quick question: is the shared config just an example, or a real config? ```js /** * @type {import('wallaby').Config} */...

@aledoroshenko It depends. If you're trying to test an Electron app with the access to the main process, then it won't work, because wallaby doesn't support it yet and this...

> Be able to rerun a test which is currently "in focus" in IDE, via some keyboard shortcut. This is possible by using `Run Test` intention action (`Alt + Enter`...

> I would want a 'run tests manually' kind of thing where I can change code but keep wallaby from rerunning, and then only run the test I have focused....

It sounds like `Make current session run only on save` should work best for your scenario. Your tests will run only when you save the file. So you may make...

There's no such setting in wallaby at the moment. Why would you need to make any assertions for the `window.location.hostname`? Also, does it actually work for you in karma if...

Fair enough. We'll have a look into what's required to add the feature.

> Does Wallaby support using alternative Jest testRunners? At the moment Wallaby doesn't support `@jest-runner/electron` (the testRunner is specifically limited to `jest-runner` and `jest-runner-groups` because of that). > or is...

At the moment there's no way to start wallaby without a Visual Studio project file. So as a workaround for now, you may create one (and add it to the...

@rdkleine Yes, we are already working on it.