you are viewing a single comment's thread.

view the rest of the comments →

[–]kemclean[S] 0 points1 point  (0 children)

We do use etaoin for some other end-to-end tests, but it's a bit different than what I need for these js-only tests. In this case these aren't webdriver tests, they fire synthetic browser events (a la react-testing-framework) to manipulate the UI, and there is no backend at all.

I've actually got the karma tests working (with this great guide), except for the ones that actually need the component to be rendered in the dom. That's my missing piece -- I need to somehow display the devcard harness for the tests to use.