om

Please ask the channel first, not @dnolen directly!
2017-09-12T01:58:14.000177Z

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

2017-09-12T01:58:28.000168Z

(on om.next btw)

levitanong 2017-09-12T05:54:22.000068Z

@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

πŸ‘ 1
claudiu 2017-09-12T06:31:45.000135Z

@cjhowe Take a look at these talks: https://www.youtube.com/watch?v=qijWBPYkRAQ & https://www.youtube.com/watch?v=M1Tl-YLqkQc

πŸ‘ 1
2017-09-12T16:49:30.000055Z

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

claudiu 2017-09-13T06:26:00.000031Z

@cjhowe sory updated the link πŸ™‚

πŸ‘ 1
aj taylor 2017-09-12T23:02:41.000052Z

@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

2017-09-12T23:33:39.000171Z

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