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
- Host: GitHub
- URL: https://github.com/kishorejangid/manifoldcf-selenium-test
- Owner: kishorejangid
- License: apache-2.0
- Created: 2017-03-17T22:14:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T22:42:15.000Z (almost 9 years ago)
- Last Synced: 2025-02-01T18:44:17.163Z (about 1 year ago)
- Topics: apache-manifolcf, junit, selenium, selenium-java
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_