newrelic / node-test-utilities

Test helpers for Node.js instrumentation modules
Apache License 2.0
5 stars 15 forks source link

feat: Added a quiet mode printer to versioned-tests #201

Closed jsumners-nr closed 2 months ago

jsumners-nr commented 2 months ago

This is in service to https://github.com/newrelic/node-newrelic/issues/2122.

I have tested this locally by npm linking this into my local newrelic repo, modifying tests to fail, and running the versioned tests. When there are test failures, output is printed to screen. When tests are successful, nothing is printed.