The hangman game written in Java
An example of Java project using UNIT-tests and UI tests.
To compile & run unit-tests:
./gradlew test
To run UI Tests (in FireFox):
./gradlew uitest_firefox, or./gradlew uitest_firefox -Dselenide.headless=true
To run UI Tests (in Chrome):
./gradlew uitest_chrome, or./gradlew uitest_chrome -Dselenide.headless=true
To run UI Tests (in Microsoft Edge):
./gradlew uitest_edge, or./gradlew uitest_edge -Dselenide.headless=true
src- Java sourcestest/ee/- unit-teststest/uitest/- UI testssrc/webapp- web application resources
- unit-tests -
JUnit - UI Tests -
Selenide - Database -
H2(in-memory database, especially useful in tests) - Database migration -
LiquiBase
Many thanks to these incredible tools that help us creating open-source software:
Hangman is open-source project and distributed under MIT license

