You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Json report makes it possible to take the results of an execution, parse it and use it in various ways or create other types of reports. However, currently, this reports lacks the ability to add custom user data to the report. The use case for this would be something as follows.
Add custom Test Execution ID to the report
add context to the tests. For example,
-- which system or service was being tested
-- which user executed the test
-- whether the test was manually executed, part of CI/CD or scheduled etc
-- many others
One way to do this is to the use Gauge.message() in Java. However, this only works at the step level for the json-report. The HTML Report is able to show messages at the suite, scenario and step level.
The best outcome would be to be able to create your own key/Value data in the json directly.
The Json report makes it possible to take the results of an execution, parse it and use it in various ways or create other types of reports. However, currently, this reports lacks the ability to add custom user data to the report. The use case for this would be something as follows.
-- which system or service was being tested
-- which user executed the test
-- whether the test was manually executed, part of CI/CD or scheduled etc
-- many others
One way to do this is to the use
Gauge.message()
in Java. However, this only works at the step level for the json-report. The HTML Report is able to show messages at the suite, scenario and step level.The best outcome would be to be able to create your own key/Value data in the json directly.
JSON Report Snippet
The text was updated successfully, but these errors were encountered: