- I want to write end to end tests, that give me some belief I am covering my endpoints
- Consumes an openapi version 3 spec
- Consumes ndjson file of logs.
{
"method":"POST",
"url":"/api/v1/user/register",
"status_code":201
}cd example
go run main.gocd example
go run main.go -coveragecd example
go run main.go -coverage