-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test metadata to each request #24
Comments
Are you wanting these sent in with each request? Not sure adding to the request payload would be a good idea... |
Yes, the goal is to help an implementer to find a request associated with a test case execution. You already have an |
A side note, helping an implementer to pass a suite is critical, and this is the minimum you can do, considering the reports give nothing but status. I see tendention to prioritize the suite operator perspective over an implementers` needs, which is destructive at the end of the day. An implementer has no motivation to spend hours trying to figure out why a test has failed in a report, especially in a case of interop tests where only the test operator has the data. |
Just so you know |
thanks, but the log contains no useful data allowing to reproduce the test, a full request body is needed - generally I'm constantly asking (for more than two years) for a way how to get the origin request, easily if possible and you keep refusing any constructive solution I bring up, even it's almost no job on your side but life safer on impleterer's side. Hm...this looks like a hostile approach towards implementers which is not helpful nor constructive. |
Hi,
because there is no way to get a reason nor an origin request from generated reports, it would be helpful to add test metadata to
options
or as a separate object.e.g.
The syntax does not matter, Just anything what would allow a developer to target log search query more finely than going manually through all requests trying to figuring out if the
400
is correct or not.The text was updated successfully, but these errors were encountered: