virtual-vgo / vvgo

Virtual Video Game Orchestra
https://vvgo.org
Apache License 2.0
8 stars 7 forks source link

Integration tests #367

Open jacksonargo opened 2 years ago

jacksonargo commented 2 years ago

Building some automated integration tests between web api and web ui would be a powerful next step in QE.

I've got some starter code using golang test framework in this branch https://github.com/virtual-vgo/vvgo/tree/integration-test, but I'm not picky on implementation details.

Mostly, I just want something that use the ui functions to make full http calls to the api and validate responses.