rgreen312 / OwlPlace

https://rgreen312.github.io/OwlPlace/
5 stars 1 forks source link

integration tests / template #32

Open gvacaliuc opened 5 years ago

gvacaliuc commented 5 years ago

To make sure our application can properly handle requests and failures, we should set up a testing framework that tests our applications performance and failure resilience.

Our backend is working towards exposing a websocket api and we can always maintain a REST API with which to get and set pixel values. Additionally, docker clients exist in many languages so we can create reproducible tests that crash individual servers to test application resiliency.