DEV Community

Discussion on: Why I struggle with Node

Collapse
 
grahamcox82 profile image
Graham Cox

mktmp.io looks fantastic, but it unfortunately fails one of the requirements for proper integration testing - running against local services. Having the temporary databases hosted on a cloud server means that the build cannot be run without internet access - such as from a train or plane. Certainly worth investigating though :)

nock-vcr-recorder also looks very useful, and I will certainly be adding that to my list of things to play with when I get time :)