Artem Govorov
Artem Govorov
@rdkleine Another workaround until it is supported is to use .NET Core project file with glob patterns (so the paths will not have to be maintained/managed).
> but I can see the red squares in the gutter all the way to the actual issue. Are there only pink squares or there are also darker red squares...
@unional Wallaby does already display full result of `console.log`. If your test is failing, you may see the full `console.log` result in the [Failing Tests tab](https://wallabyjs.com/docs/intro/get-started-vscode.html#failing-tests). Even if your test...
My thoughts were that we could create a new Wallaby test runner for Cypress, so that when writing Cypress.io tests with Wallaby one could have the same experience as writing...
Wallaby supports [testing frameworks listed here](https://wallabyjs.com/docs/integration/overview.html#supported-testing-frameworks), Doh is not something that we support at the moment.
> would it be something that might be in a roadmap Unfortunately not at the moment. > Also want to check if / maybe there is a way to add...
Wallaby.js main idea is to integrate with editors, run tests for the code that you change and display the results in the editor. Providing a command line runner is relatively...
I have to admit it's a bit unexpected feature request for a commercial tool like wallaby, as one of its strong (and competitive) parts is tight integration with editors and...
Fair enough, will add a command line runner.
@nickpresta yes, at this stage wallaby.js is only [supported in the listed editors](http://wallabyjs.com/#download).