Skip to content

Test examples using Selenium-Jupiter, Selenium WebDriver, and JUnit 5

License

Notifications You must be signed in to change notification settings

bonigarcia/selenium-jupiter-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central Build Status badge-jdk License badge Backers on Open Collective Sponsors on Open Collective Support badge Twitter Follow

Selenium-Jupiter Examples

Selenium-Jupiter is a JUnit 5 extension aimed to ease the use of Selenium in JUnit 5 tests. This repository several test examples showing Selenium-Jupiter in action.

Usage

In order to include Selenium-Jupiter in a Maven project, first add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.bonigarcia</groupId>
    <artifactId>selenium-jupiter</artifactId>
    <version>${selenium-jupiter.version}</version>
    <scope>test</scope>
</dependency>

... or in Gradle project:

dependencies {
    testImplementation("io.github.bonigarcia:selenium-jupiter:${selenium-jupiter.version}")
}

Documentation

If you have questions on how to use Selenium-Jupiter please take a look to the Selenium-Jupiter user guide.

Support

Selenium-Jupiter is part of OpenCollective, an online funding platform for open and transparent communities. You can support the project by contributing as a backer (i.e., a personal donation or recurring contribution) or as a sponsor (i.e., a recurring contribution by a company).

Backers

Sponsors

About

Selenium-Jupiter (Copyright © 2017-2023) is a project by Boni Garcia licensed under Apache 2.0 License.