kaocha

aratare 2022-03-18T16:10:42.162889Z

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.

plexus 2022-03-19T12:10:11.567379Z

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

👀 2
plexus 2022-03-19T12:11:42.777549Z

https://github.com/lambdaisland/kaocha/pull/234

plexus 2022-03-19T12:12:54.692819Z

@rextruong

aratare 2022-03-20T09:21:52.696059Z

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

aratare 2022-03-20T09:22:26.311379Z

@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
plexus 2022-03-20T10:43:53.987789Z

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.

Ferdinand Beyer 2022-03-18T16:12:35.366799Z

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

aratare 2022-03-18T16:27:07.260749Z

Ah I see. Thanks a lot 😄

lread 2022-03-19T03:27:29.889919Z

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