Fork me on GitHub
#testing
<
2016-07-18
>
agile_geek07:07:01

@paulspencerwilliams: My team does but I'm not that close to tests they're writing. I've used it a fair bit in the past.

paulspencerwilliams07:07:16

@agile_geek: Cheers. I’ve resolved an issue I was receiving last week trying to convert their DataTable java objects into something a little easier to consume in Clojure.

agile_geek07:07:38

I've got some stuff where I was using Cucumber in a Clojure project about 18 months ago. I had fun getting it to work with Kerodon (did in the end). Also submitted a PR to fix the Clojure Cucumber JVM example as it had stopped working with latest Clojure version at time.

paulspencerwilliams07:07:12

It's got a bad rep, but it's a good tech to use when you do have non technical stakeholders in the room and need to agree what the system should do in particular situations. It's not a test tool per say though.

agile_geek07:07:36

I often work with QA who can't write code and its useful for them if they have support from devs to write steps or they get some basic training to write a bit of the glue code

miguelb15:07:35

has anyone tried to use enzyme with reagent?