boa-constrictor
boa-constrictor copied to clipboard
[FEATURE]: TestLogger additional argument to add key value pair properties to Test Log json output
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.)
Not a bad idea!