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
What?
The TestLogger constructor took an additional optional parameter of an array of key value pairs that could be included in the TestLog json file as additional properties when dumped.
Why?
We parse these TestLog json files to create custom reports and being able to add an anything we wanted would make these very flexible.
Presently it's just TestLogger(name, dump directory, report severity level) but TestLogger(name,dumpdirectory, report severity, params keyvalueproperties) would be amazing.
Description
What?
The TestLogger constructor took an additional optional parameter of an array of key value pairs that could be included in the TestLog json file as additional properties when dumped.
Why?
We parse these TestLog json files to create custom reports and being able to add an anything we wanted would make these very flexible.
Presently it's just TestLogger(name, dump directory, report severity level) but TestLogger(name,dumpdirectory, report severity, params keyvalueproperties) would be amazing.
Alternatives
No response
Anything else?
No response
Commitments
The text was updated successfully, but these errors were encountered: