Skip to content
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

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

Open
1 of 2 tasks
CoffeeAtBedtime opened this issue Apr 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@CoffeeAtBedtime
Copy link
Contributor

CoffeeAtBedtime commented Apr 25, 2023

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

  • I agree to follow Boa Constrictor's Code of Conduct.
  • I want to work on this issue myself. (This is voluntary, not required.)
@CoffeeAtBedtime CoffeeAtBedtime added the enhancement New feature or request label Apr 25, 2023
@AutomationPanda
Copy link
Contributor

Not a bad idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants