kolorobot / junit5-selenium-todomvc-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUnit 5 Selenium TodoMVC Demo

This is a demo project for using JUnit 5 with Selenium to test the TodoMVC application.

Pre-requisites

  • Java 17 (asdf install java 17.0.2)

Installation

  • Clone the repository
  • Run ./gradlew clean test to build the project

References

You are browsing the code that is part of the JUnit 5 with Selenium tutorial.

Articles in this tutorial:

About


Languages

Language:Java 100.0%