etaoin

gklijs 2018-02-20T08:03:02.000351Z

Just tried the library looks great so far. Will try to push to replace our current selenium/cucumber tests.

đź‘Ť 1
borkdude 2018-02-20T10:10:05.000038Z

@gklijs fwiw I’m using this Docker container to run Chrome on our (self managed) CI server: https://hub.docker.com/r/robcherry/docker-chromedriver/

gklijs 2018-02-20T10:28:14.000003Z

Yes, I saw some earlier remarks already. To bad docker is not available in that environment yet. Although we have a server we might install it on. But I might use docker to do poc automated exploratory testing.

borkdude 2018-02-20T10:29:02.000304Z

you can also just install chromedriver with headless chrome if you don’t have docker, but we didn’t want that, since the package manager will also install an entire window system