grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefix tests names with their service name

oleiade opened this issue · comments

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

This was done as part of #54