GithubHelp home page GithubHelp logo

arquillian-selenium-bom's Introduction

Selenium BOM (Bill of Materials)

This project intends to improve Selenium dependency management by specifying POM managing dependency versions for all Selenium artifacts.

WARNING: HtmlUnitDriver was removed from the Selenium main distribution package in the version 2.53.0. For this reason, the HtmlUnitDriver dependency is neither included in the Selenium BOM since the version 2.53.0.
For more information see:
https://raw.githubusercontent.com/SeleniumHQ/selenium/master/java/CHANGELOG
https://github.com/SeleniumHQ/htmlunit-driver

Usage

Add following snippet to your project's POM:

<properties>
    <version.selenium>2.53.1</version.selenium>
</properties>

<dependencyManagement>
    <dependencies>
        ...
        <dependency>
            <groupId>org.jboss.arquillian.selenium</groupId>
            <artifactId>selenium-bom</artifactId>
            <version>${version.selenium}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
        ...
    </dependencies>
</dependencyManagement>

Place the selenium-bom import declaration above any other import which manages Selenium dependencies in order to get dependencies managed correctly.

For more information about dependency management, see Introduction to Dependency Management.

Installing

In order to install new version of Selenium BOM locally, change ${version.selenium} version to the one you would like to install and run:

mvn install

Testing

When you install updated Selenium BOM, you should verify all the versions specified in BOM are available in Maven Central Repository. You can do that by executing following command:

mvn dependency:tree -f pom-tests.xml

Deploying

In order to install new version to configured repository (distrubutionManagement section), change ${version.selenium} and then run:

mvn deploy

arquillian-selenium-bom's People

Contributors

kpiwko avatar matousjobanek avatar phasenraum2010 avatar ppitonak avatar triceo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.