A frustration I had with the discovering the root cause of the problem of my question Murder by Cucumber … cannot submit form! was being unable to see what was going on. My previous experience with Selenium was with its macro-recorder, which I found to be very powerful. Awkwardly, it required a headless version of FireFox to be useful for CI. PhantomJS is great for CI, but I sure do miss the visibility.
A ChromeDriver plugin (?) is a available for WebDriver.io but it seems like a big deal to hook it up.
I can appreciate that it might not be adequate information, and I’d be happy to supply more. But I diff’d the log of a successful run with phantomjs against the failed one with firefox. Those were the only two informative sections.
I’d hoped you’d spot the problem with just that, but since not, I’m going to go back to a bare minimum scenario, and see if it fails with practically nothing to do.