how are people testing their UI's beyond writing parser tests? what about testing the rendering code?
(on om.next btw)
@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
@cjhowe Take a look at these talks: https://www.youtube.com/watch?v=qijWBPYkRAQ & https://www.youtube.com/watch?v=M1Tl-YLqkQc
The second link isn't working - what was it for? I really enjoyed the first!
@cjhowe sory updated the link π
@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
yeah, but views do trigger specific combinations mutations and queries which you really want to test