|
All checks were successful
/ backend-checks (pull_request) Successful in 3m40s
HOVERFLY=capture go test # capture HTTP into a json file
HOVERFLY=simulate go test # simulate HTTP from an existing json file
The `MainTest` function in the directory must have
func TestMain(m *testing.M) {
hoverfly.MainTest(m)
}
and the test to be recorded must start with:
defer hoverfly.Run(t, "MyTestSimulation")()
The hoverctl & hoverfly binaries must be in the path.
https://docs.hoverfly.io
|
||
|---|---|---|
| .. | ||
| hoverfly.go | ||
| hoverfly_test.go | ||
| main_test.go | ||