public
public copied to clipboard
Repository for Wallaby.js questions and issues
See points 7-8 at https://github.com/wallabyjs/public/issues/1742#issue-337721590
### Issue description or question IntelliJ Project Tree ``` - /dev/foo - src - index.js - index.spec.js - wallaby.js - node_modules - bar -> /dev/bar (e.g. if module was npm...
Can it support JSUnit? Ours is legacy system build on google closure library , we are using jsunit framework for testing as it not having es6 components as all other...
In Karma there is a configuration setting `hostname`. Is there also such a setting in Wallaby? I want `window.location.hostname` to return `localhost.example.com` instead of `localhost`.
Hello, I'm a [huge fan of Wallaby](https://github.com/bfulop/interactive_frontend_dev), but recently also became a huge fan of the [Oni Vim editor](https://github.com/onivim/oni). Of course it's probably too early (it's at v 0.3) for...
### Issue description or question Small feature request. When focusing a test with ``.only`` something like ``No failing tests, 1 passing (only executed e2e-tests/e2e.test.js`` is displayed. It would be convenient...
Tests and code can create artifacts when they run. For example: - https://github.com/unional/komondor creates spec records in the `__komondor__` folder - https://github.com/unional/fixture creates result and baseline files When running in...
Wallaby already [supports Electron as a test runner](https://wallabyjs.com/docs/integration/electron.html) for browser apps, what we do there is running browser tests in the renderer process. If your Electron app tests are only...
### Issue description or question I really like the show uncovered code toggle in Atom but I'd like it to automatically show this all the time for me. Can this...