friendsofgo / killgrave

Simple way to generate mock servers written in Go
https://friendsofgo.github.io/killgrave/
MIT License
498 stars 94 forks source link

Baseline for acceptance tests #139

Open joanlopez opened 1 year ago

joanlopez commented 1 year ago

It sets up the baseline to write acceptance tests.

It..

The main testing algorithm is:

So, it's pretty easy to define multiple acceptance/e2e tests for different imposters.

Further ideas are:

Some open questions are:

Thanks!