Fork me on GitHub
#om
<
2017-09-12
>
cjhowe01:09:14

how are people testing their UI's beyond writing parser tests? what about testing the rendering code?

cjhowe01:09:28

(on om.next btw)

levitanong05:09:22

@cjhowe try this. Never tried it this one. I know it’s possible with clj-webdriver, but it’s sadly unmaintained now. This seems to be attempting to supplant it. https://github.com/tmarble/webica

cjhowe16:09:30

The second link isn't working - what was it for? I really enjoyed the first!

claudiu06:09:00

@cjhowe sory updated the link 🙂

aj taylor23:09:41

@cjhowe From what I can tell, testing the parser is somewhat end to end ish on the client side since your components are pure functions from the ui data tree to the dom

cjhowe23:09:39

yeah, but views do trigger specific combinations mutations and queries which you really want to test