Have you installed Selenium? Karl
On Wed, Jul 11, 2018 at 3:40 AM Irindu Nugawela <[email protected]> wrote: > Hi All, > > I am trying to execute UI tests of CMIS and ElasticSearch connectors but > their respective build files do not have a target to run UI tests instead > in the parent build.xml which is in the project root I found the target > "uitest" which is supposed to run all the UI tests but executing "*ant > uitest*" fails with the following exception > > [junit] Testcase: > createConnectionsAndJob(org.apache.manifoldcf.authorities.authorities.activedirectory.tests.NavigationHSQLDBUI): > Caused an ERROR > [junit] The driver executable does not exist: > D:\gitBlunder\manifoldcf\connectors\activedirectory\test-HSQLDB-output\${env.SL_CHROME_DRIVER} > [junit] java.lang.IllegalStateException: The driver executable does > not exist: > D:\gitBlunder\manifoldcf\connectors\activedirectory\test-HSQLDB-output\${env.SL_CHROME_DRIVER} > [junit] at > com.google.common.base.Preconditions.checkState(Preconditions.java:518) > [junit] at > org.openqa.selenium.remote.service.DriverService.checkExecutable(DriverService.java:123) > [junit] at > org.openqa.selenium.remote.service.DriverService.findExecutable(DriverService.java:118) > [junit] at > org.openqa.selenium.chrome.ChromeDriverService.access$000(ChromeDriverService.java:32) > [junit] at > org.openqa.selenium.chrome.ChromeDriverService$Builder.findDefaultExecutable(ChromeDriverService.java:137) > [junit] at > org.openqa.selenium.remote.service.DriverService$Builder.build(DriverService.java:302) > [junit] at > org.openqa.selenium.chrome.ChromeDriverService.createDefaultService(ChromeDriverService.java:88) > [junit] at > org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:156) > [junit] at > org.apache.manifoldcf.core.tests.SeleniumTester.start(SeleniumTester.java:86) > [junit] at > org.apache.manifoldcf.authorities.authorities.activedirectory.tests.NavigationHSQLDBUI.createConnectionsAndJob(NavigationHSQLDBUI.java:40) > [junit] > [junit] > > BUILD FAILED > D:\gitBlunder\manifoldcf\build.xml:498: The following error occurred while > executing this line: > D:\gitBlunder\manifoldcf\build.xml:436: The following error occurred while > executing this line: > D:\gitBlunder\manifoldcf\dist\connector-build.xml:1192: Test > org.apache.manifoldcf.authorities.authorities.activedirectory.tests.NavigationHSQLDBUI > failed > > > > > (I have also attached the screenshot) > > Please help me run the UI tests and also let me know if there is a way to > invoke the UI tests for a particular Connector instead of running all the > UI tests. > > -- > Thanks and Regards, > Irindu Nugawela, > Computer Engineering <http://www.ce.pdn.ac.lk/> Undergraduate, > Faculty of Engineering University of Peradeniya >
