galen-sample-tests
galen-sample-tests copied to clipboard
running tests in other browsers
I tried the following options to run the tests on browser different from default firefox but was not successful. Is there anything else that I need to do? Surprisingly my other galen tests run smoothly if I change the browser in the config file.
- change default browser in galen.config
- pass Dwebdriver.chrome.driver path in the test command or in run.sh
I tried the same first, but did not work out. Then in the openDriverForDevice() in galen-bootstrap.js, please change as below before returning the driver commenting the previous initialization of driver
var driver = createDriver(fullUrl, "1280x800","chrome");
Yet to figure out how to pass the device resolution !