Skip to content

selenide-examples/todomvc

Repository files navigation

Selenide examples: TODO MVC

This is a sample project demonstrating how to test TODO MVC application.

You can checkout and run it locally with a few minutes.

How to run with Gradle

Type from command line to run tests on your machine:

./gradlew test
# or
./gradlew test -Dselenide.headless=true

How to run with Maven

Type from command line to run tests on your machine:

./mvnw test
# or
./mvnw test -Dselenide.headless=true

Feel free to share your feedback!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages