Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bonigarcia/selenium-jupiter-examples

Test examples using Selenium-Jupiter, Selenium WebDriver, and JUnit 5
https://github.com/bonigarcia/selenium-jupiter-examples

appium docker java jenkins junit5 selenium selenium-grid selenium-webdriver testing vnc

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![Maven Central](https://img.shields.io/maven-central/v/io.github.bonigarcia/selenium-jupiter.svg)](https://search.maven.org/#search%7Cga%7C1%7Cg%3Aio.github.bonigarcia%20a%3Aselenium-jupiter)
[![Build Status](https://github.com/bonigarcia/selenium-jupiter-examples/workflows/build/badge.svg)](https://github.com/bonigarcia/selenium-jupiter-examples/actions)
[![badge-jdk](https://img.shields.io/badge/jdk-8-green.svg)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![License badge](https://img.shields.io/badge/license-Apache2-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Backers on Open Collective](https://opencollective.com/selenium-jupiter/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/selenium-jupiter/sponsors/badge.svg)](#sponsors)
[![Support badge](https://img.shields.io/badge/stackoverflow-selenium_jupiter-green.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/selenium-jupiter?sort=newest)
[![Twitter Follow](https://img.shields.io/twitter/follow/boni_gg.svg?style=social)](https://twitter.com/boni_gg)

# Selenium-Jupiter Examples [![][Logo]][GitHub Repository]

*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`:

```xml

io.github.bonigarcia
selenium-jupiter
${selenium-jupiter.version}
test

```

... 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].

[Apache 2.0 License]: https://www.apache.org/licenses/LICENSE-2.0
[Boni Garcia]: https://bonigarcia.github.io/
[GitHub Repository]: https://github.com/bonigarcia/selenium-jupiter-examples
[JUnit 5]: https://junit.org/junit5/docs/current/user-guide/
[Logo]: https://bonigarcia.github.io/img/selenium-jupiter.png
[Selenium-Jupiter user guide]: https://bonigarcia.dev/selenium-jupiter/
[OpenCollective]: https://opencollective.com/selenium-jupiter
[donation]: https://opencollective.com/selenium-jupiter/donate
[recurring contribution]: https://opencollective.com/selenium-jupiter/contribute/backer-8132/checkout
[sponsor]: https://opencollective.com/selenium-jupiter/contribute/sponsor-8133/checkout