Open kshrestha99 opened 5 years ago
A temporary workaround for this is to add a processor file (explained in the Loading Custom JS code section) and to add the following code to it:
const FORMATTERS = require('artillery-plugin-expect/lib/formatters');
// hack to prevent noisy output; remove when the plugin fixes this
FORMATTERS.pretty = () => {};
When using the expect, and running a test with this " artillery run --quiet my-script.yml" I get a result like this:
Need a way to quiet this as well. Please