toronik / guessnumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess Number over Web Socket

Live specification (integration test report + documentation): https://adven27.github.io/guessnumber/specs/Specs.html

Running

  1. Run app:
./gradlew bootRun
  1. Access a dummy UI at http://localhost:8080/

Tests

Run all tests:

./gradlew check

Unit tests

src/test/java/com/example/game/guessnumber/GameTest.java

Living specification

Living specification (integration tests + documentation):

Run:

./gradlew test --tests "specs.Specs"

See report in browser: /build/reports/specs/specs/Specs.html

Published report: https://adven27.github.io/guessnumber/specs/Specs.html

About


Languages

Language:Java 83.8%Language:HTML 15.1%Language:Shell 1.1%