Am facing this error while compiling qaframework module. Have read this post with similar scenario but have not succeeded. Here is the error log
cc: @gcliff , @k.joseph, @achilep
Am facing this error while compiling qaframework module. Have read this post with similar scenario but have not succeeded. Here is the error log
Oh sorry! kindly restart your computer and compile again. Also check on your internet.
Have tried it out but the error still persists
Kindly when you check out on the documentation it states that you need to use the bdd
branch of the uitestframework.
Actually its the doc that am following. The maven build for the modules ref-application and uitestframework passes but fails on qaframework module
Well, feel free to try out this https://github.com/openmrs/openmrs-contrib-uitestframework/commits/bdd link.
Have gone through the thread. Well the mvn build against bdd branch of uitestframework builds successfully. According to the error log while building qaframework module, there is a missing dependency for org.openmrs.contrib:qaframework:jar:1.0-SNAPSHOT:
labelled org.openmrs.distro:referenceapplication-ui-tests:jar:tests:2.12.0-SNAPSHOT
does this appear even on pulling your latest changes
Yes it does
for Step 2 on QAFramework Technical documentation(Cucumber-Selenium Set up) - Documentation - OpenMRS Wiki, rather checkout master and build that
Basing on the update on this documentation, i think you meant step 1. However am getting another error. Here is the error log
Now you should be ready to proceed. You need to install a webdriver, you could obtain one from Downloads - ChromeDriver - WebDriver for Chrome and then. if that’s done already please send through the entire logs
Installing the CromeDriver resolves the issue. Thanks @k.joseph for your guidance