JUnit 5 extension for Selenium
On the one hand, JUnit 5 is the next generation of the well-known testing framework JUnit. Jupiter is the name given by the JUnit team to the new programming and extension provided by JUnit 5. This extension model provides the ability of incorporate extra capabilities for JUnit 5 tests.
On the on other hand, Selenium WebDriver is another testing framework which allows to control browsers (e.g. Chrome, Firefox, and so on) to carry out automated testing of web applications.
Selenium-Jupiter is a JUnit 5 extension aimed to provide seamless integration of Selenium (WebDriver and Grid) within JUnit 5 tests.