galen-sample-tests
galen-sample-tests copied to clipboard
Showcase of Javascript Galen tests
I have changed the galen.config galen.default.browser=chrome but it still seem to run firefox at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:113) ... 15 more where else would i set default to Chrome? Hoping you can help,...
Is there an example using grid to test on multiple browsers?
In both pass and failure scenarios, the driver does not quit I saw that driver.quit() already present in afterTest()
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...
when a run the script im getting below error.kindly help me on this C:\galenframework\sample\galen-sample-tests-master>galen.bat test tests/ --htmlreport reports Exception in thread "main" java.lang.RuntimeException: Could not load script: C:\galenframework\sample\galen-sample-tests-master\tests\pages/LoginPage.js at net.mindengine.galen.javascript.JsFunctionLoad.load(JsFunctionLoad.java:110)...