Arne Brasseur

Results 158 comments of Arne Brasseur

You're thinking of `(is (= ,,,))`, we're talking about a literal inside the `(is )` form itself, like `(is {:hello :world} (greeting))`

hi @ashimapanjwani, certainly! We're going to have to replace the `clojure.test/assert-any` function. This function looks like this: ``` clojure (defn assert-any "Returns generic assertion code for any test, including macros,...

That's a trickier one, we can't assume that the function called in `is` will always return a boolean, people will regularly rely on the fact that non-nil non-false values are...

A PR to make this configurable in tests.edn would be welcomed! On Wed, Jul 17, 2019, 18:57 Kenny Williams wrote: > I have been looking at replacing our test runner...

That option is only relevant if you're using the stc plugin.

Yes, that would definitely be a good thing to do

Hi @denistakeda, did you look at https://github.com/lambdaisland/kaocha/issues/121 ? There are still some problems with this plugin/test type. We will likely split it up into its own project and try to...

This could be a good candidate for https://github.com/lambdaisland/kaocha/issues/183 , we can already introduce a flag to opt-in, then change the default for `#kaocha/v2`

Hi @Wolfgang51 , maintaining the JVM version of kaocha-cucumber has already proven to be a huge pain, even in it's short lifespan. Given that I no longer have funding to...

If you're specifically looking for browser UI testing (what people in the Ruby space use Cucumber+Capybara for) then I would look into https://github.com/igrishaev/etaoin