项目作者: hafizhahmadzuhdi
项目描述 :
✨ Java Web Crawler with TDD Approach
高级语言: Java
项目地址: git://github.com/hafizhahmadzuhdi/Web-Crawler.git
TCI-group4
This project is about testing and continuous integration of group 4 - Crawl Site
How to run it
- Download or clone this repository
- Go to the src, main, java folder
- Then choose the executable file: WCA_Main
- Before you run it, make sure you have the website from the tci given folder
- The website needs to be running, if you are using xampp, wampp make sure they are running and the website is accesible
- Enjoy scraping through the CLI
How to test it
- Download or clone this repository
- Go to the src, main, test folder
- Before you run the test, make sure you have the website from the tci given folder
- The website needs to be running, if you are using xampp, wampp make sure they are running and the website is accesible
- Execute the test
Attention
This project is using Travis-CI as a part of Continuous Integration and Deployment. Travis-CI is hosted in the github and they don’t have an access to the website or any connection. Most build that requires connection to the website will fail with travis-ci. Other test cases that doesn’t involved website connection nor communication will normally fine and passed the build. Therefore don’t get surprise if the build is failed.