Fork me on GitHub
#testing
<
2015-08-11
>
ricardo05:08:57

doo looks interesting. Anyone actually using it?

bensu08:08:16

Hi guys! on doo and the dom.

bensu08:08:09

@nberger: If you wanted you could definitely mount things on the dom if you use the Slimer or Phantom runners. No html needed, doo takes care of that for you

bensu08:08:26

if you need any assistance on setting that up, I'll be happy put out some docs.

bensu08:08:00

@nberger: right now I'm working on karma integration to test on all major browsers

bensu08:08:34

@ricardo: don't hesistate to ask for help to get the basic setup, even if you won't be using doo simple_smile

bensu08:08:05

@jindrichm: even if you don't pick doo, look at the scripts. The hard thing about cljs testing is getting all the quircks of the js environments right.

bensu08:08:58

There are some guiding comments on the scripts that show where the dragons are, like "meta charset UTF-8 needed because some libraries like d3 use unicode and not ascii"

bensu08:08:24

or, "patch core async to avoid Slimer security errors"

ricardo09:08:02

@bensu: Thanks, will look at it more carefully later today.

nberger11:08:38

@bensu: well, the project I was talking about was from 3 months ago, I don't know if doo was even a baby by that time :)

nberger11:08:26

@bensu but... I'll take the opportunity to thank you for doo... The other day I used it in the port of test.chuck to cljs and it went like a breeze https://github.com/gfredericks/test.chuck/pull/15/files