An open API service indexing awesome lists of open source software.

https://github.com/kishorejangid/manifoldcf-selenium-test

Selenium test for Apache ManifoldCF UI
https://github.com/kishorejangid/manifoldcf-selenium-test

apache-manifolcf junit selenium selenium-java

Last synced: 12 months ago
JSON representation

Selenium test for Apache ManifoldCF UI

Awesome Lists containing this project

README

          

# ManifoldCF Selenium Test for UI
Selenium test for Apache ManifoldCF UI

### Steps to run this test

1. Download Google Chrome Driver from [here](https://chromedriver.storage.googleapis.com/index.html?path=2.28/)
2. Unzip chromedriver into a folder (/home/kishore/chrome-driver)
3. Add a system propery for chromedriver `SeleniumTester.java`
```java
System.setProperty("webdriver.chrome.driver", "/home/kishore/chrome-driver/chromedriver");
```
4. Run `NavigationHSQLDBUI.java`

___

> Tested on **ubuntu 16.04 LTS (64-bit)** using _IntelliJ IDEA 2016.3.5_