A main idea is to simplify reading of web tests by implimenting a special library of web components upon WebDriver and try to avoid installing some drivers special for web browsers.
- clone this project to your machine.
- do mvn install in the project root.
- create your own maven project and add a dependency on com.testing TF 1.0-SNAPSHOT
- implement your own TestSuits likewise a TestSuit implemented in TF's unit tests