https://github.com/dkijania/iot-web-selenium-cucumber-java
Automated test using selenium, cucumber and java
https://github.com/dkijania/iot-web-selenium-cucumber-java
cucumber-jvm java8 junit spring
Last synced: about 2 months ago
JSON representation
Automated test using selenium, cucumber and java
- Host: GitHub
- URL: https://github.com/dkijania/iot-web-selenium-cucumber-java
- Owner: dkijania
- Created: 2018-11-04T14:06:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-04T16:18:12.000Z (over 6 years ago)
- Last Synced: 2025-01-22T00:37:22.404Z (3 months ago)
- Topics: cucumber-jvm, java8, junit, spring
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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 |
| junit | x-unit testing |
| cucumber | BDD framework |
| 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