retest / gui-state-machine-api

API for the creation and modification of incomplete state machines which represent the exploration of a GUI application.
2 stars 1 forks source link

Add real HTTP server tests #2

Closed tdauth closed 5 years ago

tdauth commented 5 years ago

The current route unit test does not test a real running HTTP server? This could be done with TravisCI using sbt run and concurrently curl queries. Maybe Akka provides some testing framework.

tdauth commented 5 years ago

Not that important at the moment since the REST API has to be implemented first. Unit testing should be sufficient for now.