https://github.com/lgigek/thrall
https://github.com/lgigek/thrall
java-8 selenium-java selenium-webdriver webdrivermanager
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lgigek/thrall
- Owner: lgigek
- Created: 2018-02-16T21:16:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T02:07:40.000Z (over 7 years ago)
- Last Synced: 2025-08-02T04:59:53.226Z (9 months ago)
- Topics: java-8, selenium-java, selenium-webdriver, webdrivermanager
- Language: Java
- Size: 22.9 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# thrall
Thrall is a testing framework that uses [Selenium WebDriver](https://www.seleniumhq.org/projects/webdriver/).
The current possible browsers are Chrome and Firefox.
#### Motivation
Thrall encapsulates part of Selenium classes, so that creating test scripts becomes easier.
Also, Thrall provides an easy way to capture screenshots and provides some features to manage the test scenario.
## Usage
Unfortunately, Thrall is not in [Maven Central](https://mvnrepository.com/repos/central) yet. So, is necessary to clone the project, using the command:
git clone https://github.com/lgigek/thrall
Then, is necessary to have the `.jar` file from Thrall in local Maven repository. You can get it from command:
mvn clean install
After that, it is possible to use Thrall as a dependency on a project, adding the following code in the project's `pom.xml`:
br.com.lgigek
thrall
1.0.0