grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 29 forks source link

Prefix tests names with their service name #20

Closed oleiade closed 11 months ago

oleiade commented 1 year ago

At the moment, some end2end tests fail to report the component or service they test. This makes interpreting the test results harder. Let's add the component or service as a prefix to their output, and, for instance, go from:

get secret parameter

to:

[ssm] get secret parameter
oleiade commented 11 months ago

This was done as part of #54