Fork me on GitHub
#kaocha
<
2023-08-11
>
Noah Bogart19:08:23

Is it possible to run the tests from two different profiles in a single command?

Noah Bogart19:08:57

like, I have {:tests [#profile {:default {:id :test :test-paths ["test"]} :special {:id :special :test-paths ["special-tests"]}}]}, is it possible to run the tests in both test and special-tests ? or do i have to call kaocha twice