public icon indicating copy to clipboard operation
public copied to clipboard

Repository for Wallaby.js questions and issues

Results 144 public issues
Sort by recently updated
recently updated
newest added

It would be helpful if the files listed in the "Wallaby.js Console" in VS Code were links. An example of the Wallaby.js Console log output in VS Code is: >...

feature request
VS Code

So far, wallaby looks awesome to me. Nice work! I use [rollup](http://rollupjs.org/) to module bundler, but wallaby do not support yet.

feature request

When testing lots of cases with Jest's `test.each`, it would be really helpful if Wallaby highlighted in the margin the failing case. As it is, it can be a bit...

feature request

### Issue description or question Currently when starting Wallaby in VSC, I'm seeing the following ports open notification popups. This "new port available" popup feature is generally very useful but...

feature request

### Issue description or question When I try to run my Jest tests in Electron I see the following error message: ``` ​​[Error] Failed to load configuration file: Test framework...

feature request

Current version of Wallaby hides stack entries from node modules and node itself. Would be good to have a new config option to display those.

feature request

My config is in `/tools/wallaby` and my specs are in `/test/specs`. I cannot manage to let the message "No files with tests found, check your tests list patterns." disappear from...

feature request

Please add support for Web Test Runner: https://modern-web.dev/docs/test-runner/overview/ Snowpack (https://www.snowpack.dev/) is using WTR as the default test runner in the projects they scaffold. They claim that in their tests it...

feature request

Hi, Sometimes, I find myself struggling to find what I'm looking for on wallabyjs.com/docs. While the "guide" format is helpful, it'd be great to have a more "terse" view of...

enhancement

### Issue description or question I really like wallaby and it's crazy how much of a difference it can make in my development process. Unfortunately I can't always just use...

enhancement