Hi. I've written a grunt task plugin called grunt-loop-mocha to run highly configurable parallel mocha processes.
I'm looking to achieve a similar functionality in gulp. I'm still in reading mode on your module, but it looks like you achieve parallelism on files only.
I'm wondering, have you given any thought to how you might achieve other parallel options such as:
- segregate by folder
- segregate by file groupings (glob)
- segregate by mocha grep
It looks like you've already got the ability to customize the spawned environment variables, which is a big one for my use case.
Anyway, I'm going to spend some time over the next few days exploring how I might achieve these things using this module as a starting point. I wanted to start a conversation here in case you are interested in molding the direction and possibly folding it back into your module.
Thanks!
Hi. I've written a grunt task plugin called grunt-loop-mocha to run highly configurable parallel mocha processes.
I'm looking to achieve a similar functionality in gulp. I'm still in reading mode on your module, but it looks like you achieve parallelism on files only.
I'm wondering, have you given any thought to how you might achieve other parallel options such as:
It looks like you've already got the ability to customize the spawned environment variables, which is a big one for my use case.
Anyway, I'm going to spend some time over the next few days exploring how I might achieve these things using this module as a starting point. I wanted to start a conversation here in case you are interested in molding the direction and possibly folding it back into your module.
Thanks!