Artem Govorov

Results 236 comments of Artem Govorov

> fear they may be a problem for parallelism > context sharing If test groups _define_ tests and hooks (and not _execute_ them immediately), then **it should not affect parallelism...

@spudly > What problem is solved by adding nested groups? For example this one https://github.com/sindresorhus/ava/issues/222#issuecomment-157299689. > For me, the problem is isolating setup/teardown hooks to specific tests. If that's the...

@spudly Fair enough, missed the case.

Thanks for the feature request. We'll look into it, but this may be a bit tricky to implement, because at the moment some of wallaby core logic (as well as...

@vjpr > This is a potential problem for me because some devs use VS Code and others WebStorm. In VS Code it is also possible to [have multiple config files...

It's a good idea, I will have a look into what it takes to implement.

@fvanwijk project cache dir is now unique (a hash from the path of the config file), so it's not an issue. Issues to solve and implement in this case are...

@joergwasmeier no progress yet, but I'll update the issue when there's some.

At the moment Wallaby doesn't support running e2e tests. While it's not impossible to add the support for it (though we haven't estimated how much work is involved in supporting...

Thanks for providing the repo. Wallaby removes node shebang by design. We have had a few requests from users to do it. However while looking into the issue we have...