/junit5_selenium_example

Scaffold with Selenium + JUnit5

Primary LanguageJava

Blueprint for Selenium test with JUnit 5 runner

Prerequisites:

  1. Java 9.1 (added to path; Maven plugin should be reconfigured when using Java 8)
  2. Maven 3 (added to path)
  3. Git client
  4. Your favourite IDE (IDEA, Eclipse, NetBeans)
  5. Chromedriver webdriver location added to path variable

To run:

mvn clean test