https://github.com/dkijania/iot-web-selenium-java
Automated test using selenium and java
https://github.com/dkijania/iot-web-selenium-java
hamcrest lombok selenium-java spring
Last synced: about 2 months ago
JSON representation
Automated test using selenium and java
- Host: GitHub
- URL: https://github.com/dkijania/iot-web-selenium-java
- Owner: dkijania
- Created: 2018-11-04T01:31:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T16:13:47.000Z (over 6 years ago)
- Last Synced: 2025-01-22T00:37:23.055Z (3 months ago)
- Topics: hamcrest, lombok, selenium-java, spring
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iot-web-selenium-java
Automated test using selenium and java## Packages
| Package | Description |
| ------- | ----------- |
| selenium | web automation |
| slf4j | logging facade |
| log4j | logging |
| spring | dependency injection |
| testng | x-unit testing |
| lombok | boilerplate code for moderl generation |
| hamcrest | assertion |* - lombok may require additional setup in IDE of your preference
## How to start
### Start application under test
iot-web> yarn start
### provide webdriver exe location
1) Download chrome driver:
http://chromedriver.chromium.org/downloads
2) Update 'selenium.chrome.driver.path' path in src/main/resources/test.properties