boa-constrictor icon indicating copy to clipboard operation
boa-constrictor copied to clipboard

[FEATURE]: TestLogger additional argument to add key value pair properties to Test Log json output

Open CoffeeAtBedtime opened this issue 1 year ago • 1 comments

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

  • [X] I agree to follow Boa Constrictor's Code of Conduct.
  • [ ] I want to work on this issue myself. (This is voluntary, not required.)

CoffeeAtBedtime avatar Apr 25 '23 22:04 CoffeeAtBedtime

Not a bad idea!

AutomationPanda avatar May 25 '23 01:05 AutomationPanda