Would it be possible to get a new item key added for web checks.
Right now, we get the number of the failed step in the web.test.fail key.
So I get a notification of the failure, then I have to look up the configuration of the web check to see what that step actually is. I would love to see a key something like "web.test.failstepname" that returns a string that is the name of the step that last failed.
I could probably hack around it by using value mapping. But that would mean that every time I changed the steps in my web scenario, I would have to change the value mapping to match.
Thanks
Right now, we get the number of the failed step in the web.test.fail key.
So I get a notification of the failure, then I have to look up the configuration of the web check to see what that step actually is. I would love to see a key something like "web.test.failstepname" that returns a string that is the name of the step that last failed.
I could probably hack around it by using value mapping. But that would mean that every time I changed the steps in my web scenario, I would have to change the value mapping to match.
Thanks
Comment