- Added
request.Extra
. Thank you @gmgalvan for your contribution! TestSuite
now runs auto migrations if they're enabled before running the tests.TestSuite
don't load config anymore if it's already loaded. This allows you to load a test configuration file usingLoadFrom()
before callinggoyave.RunTest()
.response.JSON()
doesn't remove hidden fields anymore. The use ofjson:"-"
makes more sense and saves some execution time. Removing hidden fields manually is still possible.