Closed scottcsims closed 9 years ago
Looks like this is a bug for all projects. For the time being, add this to your BingSite.java class located at /src/test/java/<your-project>/page/BingSite.java
/**
* Open the home page.
*/
public void open()
{
this.open(getDefaultUrl());
}
Should be fixed with merge #11
This is fixed in latest release (0.9.1)
I set test.config.url= and the tests still went to bing.com in the Junit example. Is this as designed? I want to change the url using config.properties.