Probably use some logging framework such as Winston to perform differing levels of logging. User should be able to select level of logging (info, debug, quiet, etc.) with a command line option.
Default behavior should be similar to Jasmine (and other testing frameworks), outputting a green dot (.) for each successful insert, and a red X (X) for every insert / validation error.
Probably use some logging framework such as Winston to perform differing levels of logging. User should be able to select level of logging (info, debug, quiet, etc.) with a command line option.
Default behavior should be similar to Jasmine (and other testing frameworks), outputting a green dot (
.) for each successful insert, and a red X (X) for every insert / validation error.