Artem Govorov
Artem Govorov
@karl Correct, for now wallaby.js is not a CI tool. Its focus is to help you to be more productive when writing your code (by running tests, but the emphasis...
@IPWright83 Not related to the feature request, but if you create a sample of tests working in Karma that don't in Wallaby, I'm happy to have a look and find...
@IPWright83 > Symbol not being defined It definitely sounds like the default runner (PhantomJs 1.9.8) limitation. Try using the [Electron runner](https://wallabyjs.com/docs/integration/electron.html), it's similar as running your code in the latest...
@bfricka Thanks for the feedback. We are planning to support the CI scenario, it's our next major goal right after we provide/improve test debugging experience. Given that CI support is...
Hi Brian, First of all, thanks a lot for your detailed feedback! We really appreciate the level of detail you've provided when explaining the issues you've hit. It may take...
Also, any chance you're trying Wallaby on some repos that are public, so that we could also try them with your current config?
Regarding the `supertest` issue with the stack, [there's a workaround to get the stack and also an exiting PR in `supetest` repo](https://github.com/wallabyjs/public/issues/1376#issuecomment-342697383), perhaps some of these solutions can help.
Thanks! Created separate issues for - point 2 https://github.com/wallabyjs/public/issues/1745, - point 1 (`supertest` issue) https://github.com/wallabyjs/public/issues/1746, - points 7-8 https://github.com/wallabyjs/public/issues/1744.
@brandonweiss No news on this one. It's also not in any of our close plans. I will post some update here if anything changes.
@deedubbleyoo I haven't worked with ember-cli and have a pretty much zero experience with it. From what I can briefly see in ember-cli docs (the testing side of things), it...