Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iljapavlovs/driver-factory

Selenium WebDriver utility library for managing webdriver instances, setting up browsers and helper classes for controlling web elements
https://github.com/iljapavlovs/driver-factory

gradle publishing release releasing selenium-webdriver snapshot travis

Last synced: 26 days ago
JSON representation

Selenium WebDriver utility library for managing webdriver instances, setting up browsers and helper classes for controlling web elements

Awesome Lists containing this project

README

        

# driver-factory [![Build Status](https://travis-ci.com/iljapavlovs/driver-factory.svg?branch=master)](https://travis-ci.com/iljapavlovs/driver-factory)

Project is based on [Selenium-Maven-Template](https://github.com/Ardesco/Selenium-Maven-Template)

## Dependency
```
repositories {
maven {
url "https://dl.bintray.com/iljapavlovs/driver-factory"
}
}

dependencies {
compile "io.iljapavlovs:driver-factory:1.0.0"
}

```

## Resources

* [Publishing Open Source Snapshots with Gradle](https://reflectoring.io/publish-snapshots-with-gradle/)
* [Publishing Open Source Releases with Gradle](https://reflectoring.io/guide-publishing-to-bintray-with-gradle/)
* [A Fully Automated Open Source Release Chain with Gradle and Travis CI](https://reflectoring.io/fully-automated-open-source-release-chain/)