public icon indicating copy to clipboard operation
public copied to clipboard

Running Quokka and Wallaby simultaneously coverage markers

Open dandevs opened this issue 7 years ago • 2 comments

I'm running wallaby on my project but sometimes I might want to use quokka to do some tinkering before I write a test, but wallaby's code coverage markers take precedence over quokka. Is there a solution for this?

dandevs avatar Nov 17 '18 00:11 dandevs

We have not designed Wallaby and Quokka to be used together at the same time. This previous post describes how/when to use each product.

If you're using Quokka, we recommend first stopping Wallaby. When you've finished with Quokka, you can start Wallaby again.

smcenlly avatar Nov 18 '18 23:11 smcenlly

We have a similar issue with gutter icons overriding breakpoints for VS Code (https://github.com/Microsoft/vscode/issues/5923).

We'll investigate adding a feature so that Wallaby can suppress gutter icons in VS Code.

smcenlly avatar Nov 19 '18 00:11 smcenlly