Andrea Crotti

Results 83 comments of Andrea Crotti

Funding circle is using it as well https://www.fundingcircle.com/uk/

We are using Kaocha at Juxt: https://www.juxt.pro/ and we also mentioned it in the radar https://www.juxt.pro/radar

I wonder if one possible alternative solution would be to support something like https://www.juxt.pro/blog/parallel-kaocha So circleci allows you to run tests in parallel, just by running a different subset of...

So well @alysbrooks, I guess there are three things required for this to work: 1. some way to group tests in a way that each group takes more or less...

So well in short I guess it would be great to have this PR merged, but maybe I can investigate the other way to parallelize tests as a separate plugin...

> I'm interested in trying this in our CI. Is a snapshot published for this branch? You can just point to a given sha with deps.edn and git paths?

Ah ok I see, I guess it makes sense, it just means there is no way to do an `and` on the filters then? The use case we kind of...

Yes ok sounds good, I guess the only way without a custom plugin would be to support something like ```--and --focus-meta ... --focus ...``` but it just gets overcomplicated and...

Isn't it what `:kaocha.spec.test.check/instrument?` is for? It's enabled by default (which I think it's a good thing), but you can disable it right? Or I misunderstood?

yeah tbh the problem for me was really only when you have just a number as output, which doesn't happen that often anyway. So feel free to close the issue...