galen-sample-tests icon indicating copy to clipboard operation
galen-sample-tests copied to clipboard

Showcase of Javascript Galen tests

Results 5 galen-sample-tests issues
Sort by recently updated
recently updated
newest added

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)...

bug