assert.response now fails when the server never returns (or when the user aborts the test while the request is running)
test functions now accept a second parameter assert after beforeExit that associates an assertion with that particular test function (useful for asynchronous assertions)
skips invalid files (beginning with a .) unless explicitly specified (patch by @roadhump)
assert.response
now fails when the server never returns (or when the user aborts the test while the request is running)assert
afterbeforeExit
that associates an assertion with that particular test function (useful for asynchronous assertions).
) unless explicitly specified (patch by @roadhump)