Sam Hatoum

Results 105 comments of Sam Hatoum

> If a file opened in an editor is covered by two running instances of wallaby.js, how would you expect it to display the coverage: overwrite from the latest received...

Perhaps another trick to do this would be to have multiple environments in one configuration, rather than having multiple instances. Something like: ``` javascript env: [{ name: 'server': type: 'node',...

I would also like to see this. I am one of the maintainers of [Chimp](https://github.com/xolvio/chimp/) which allows you to run Cucumber with end-to-end tests. I'd be happy to collaborate with...

Thank you @ArtemGovorov I'll try to improvise on each point to say how I can see it being done: - The instrumentation can be done prior to a Cucumber.js execution...

> This is the hard part. Wallaby needs quite a few data bits from the test execution host, ideally in real-time just as tests are executing. Look no further than...

So Chimp is a test runner, and Wallaby is a test runner. A test runner running a test runner is a bad idea! Saying that, Chimp has a session manager...

Hey @ArtemGovorov. I know how busy life gets and how product backlogs work. Just wondering if you have any rough outlook on when you might start attacking Cucumber.js support. And...

@ArtemGovorov that looks incredible!! I love it and can't wait to try it.

@ArtemGovorov @charlierudolph is the maintainer of CucumberJS. I'm hoping this intro could accelerate this ticket :)

I'm hawking this issue as Wallaby support for CucumberJS would make me jump for joy. So I second the comment from @eggyal. At Xolv.io we don't use Cucumber for e2e...