The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
This is helpful for copy+pasting results to a notebook tracking results, but even more helpful would be to have the date included there and not just timestamp. For testing over multiple days, seeing the date in console output would help users keep track of when a run completed, not just its time.
Currently artillery has a console output for completed runs that looks like this:
This is helpful for copy+pasting results to a notebook tracking results, but even more helpful would be to have the date included there and not just timestamp. For testing over multiple days, seeing the date in console output would help users keep track of when a run completed, not just its time.
I think the change would be around here:
https://github.com/artilleryio/artillery/blob/6af4f1fa057251cde026c5576e1b65145e79024e/packages/artillery/lib/console-reporter.js#L157