https://github.com/sanjoy-sust/seleniumjunit
This is a sample project to test UI with selenium web driver with Junit
https://github.com/sanjoy-sust/seleniumjunit
facebook-auto facebook-login junit junit4 selenium selenium-java selenium-webdriver test-automation testing-tools
Last synced: 24 days ago
JSON representation
This is a sample project to test UI with selenium web driver with Junit
- Host: GitHub
- URL: https://github.com/sanjoy-sust/seleniumjunit
- Owner: sanjoy-sust
- License: mit
- Created: 2019-02-08T09:37:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-08T11:23:33.000Z (over 7 years ago)
- Last Synced: 2025-02-25T14:54:34.072Z (over 1 year ago)
- Topics: facebook-auto, facebook-login, junit, junit4, selenium, selenium-java, selenium-webdriver, test-automation, testing-tools
- Language: Java
- Homepage:
- Size: 5.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeleniumJunit
Instruction to run :
1. Configure maven on your local PC
2. Run mvn clean
3. Change username/passwrod on TestConstants.java file.
4. Run LoginPageLiveTest.java file or
run mvn -Dtest=LoginPageLiveTest test or
run mvn test
For linux you have to dowmload geckodriver from internet and put it into project root directory.