kaocha 2022-03-18

Hi there. First of all, my thanks for the awesome library! I really enjoy using it 🙂 I have a small question which I hope someone can point me in the direction: is there a way to configure parallel test runner in kaocha? Specifically, I want to run my tests in parallel, but after combing through the docs I can't seem to find the option to enable such feature (if it exists). Thanks in advance.

There's a branch with parallel test support that needs more people to try it out!

👀 2

@plexus I'll give it a swirl. Thanks for the link 🙂

@lee I've tried eftest before and really like it. This project is mainly for me to learn about other frameworks, hence why I chose kaocha.

👍 1

eftest is a great project, it pioneered some good ideas. It's much smaller and less full featured than kaocha, so it depends on what you're looking for.

I think this is currently not possible. See: https://github.com/lambdaisland/kaocha/issues/81

Ah I see. Thanks a lot 😄

@rextruong If you really wanna do it, https://github.com/weavejester/eftest is an alternative