There are a few issues with Stepdefs.java
Opened this issue · 0 comments
icewhite commented
Import of the static members needs to include the static keyword (import static org.junit.Assert.*;). Wouldn't build for me without changing this.
Also failed to connect - need to replace "@" in username:
driver = new RemoteWebDriver(new URL("http://" + username.replaceAll("@", "%40") + ":" + authkey +"@" + hub), caps);