kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

fix: remote-url is not usable unless using run-type grid or sauce #52

Closed kgress closed 4 years ago

kgress commented 4 years ago

PR for #51 . Allows for the remote-url to be used with a run type of LOCAL or HEADLESS. The main takeaway here is that it is now possible to execute testing against docker containers.