Fork me on GitHub
#planck
<
2016-08-22
>
xcthulhu03:08:35

Is it possible to add planck to my test matrix?

mfikes03:08:47

@xcthulhu What you mean? (What is your test matrix?)

xcthulhu03:08:43

Right now I'm running my tests with doo, checking Chrome, Firefox and Safari via Karma, as well as SlimerJS, PhantomJS and Nashorn

xcthulhu03:08:58

It'd be nice if I could also run my tests against planck

mfikes03:08:54

@xcthulhu cljs.test was ported to bootstrap in February, with this landing in ClojureScript proper in April—so testing if your library works in bootstrap using Planck is certainly possible. See http://planck-repl.org/testing.html

mfikes03:08:34

@xcthulhu It is also possible to set up your project so it can execute its tests via bootstraped ClojureScripot in Node. See https://github.com/mfikes/titrate

xcthulhu03:08:45

@mfikes Thanks! I'll look into how to run it automatically...