A small application for browsing Smithy HTTP protocol compliance tests in the terminal, using tui-scala.
- Create a
smithy-build.json
file (you can find an example in this repository) - Run the app using its Maven Central coordinates, e.g.
# with scala-cli
scala-cli run --dep org.polyvariant::smithy-test-tui:latest.release --main-class app
# or with Coursier
cs launch org.polyvariant:smithy-test-tui_3:latest.release
- Browse with up/down arrows, exit with
q
orctrl+c