Description
Is your feature request related to a problem? Please describe.
In scenarios where multiple tests are run, it is challenging to determine the order of test results. Additionally, there is a need to include the date and time in the folder name for better organization. The current ILogger implementation does not the date and time of each log entry is also necessary to help diagnose issues.
To help with test issue resolution consider adding logging for key test parameters such as requested resource, persona name, and persona email (if known) is required.
Lastly, there can be cases where there is need to secure log files, including the ability to provide options encrypt log files on Windows using Data Protection APIs or support for the ability to provide encryption key to ensure files at rest are encrypted.
Describe the solution you'd like
The solution should include:
- Determining the order of test results when multiple tests are run.
- Including the date and time in the folder name.
- Enhancing the ILogger to include the date and time of each log entry.
- Logging key test parameters such as requested resource, persona name, and persona email (if known).
- Securing log files by providing the ability to encrypt log files on Windows using DAPI.
- Supporting the ability to supply an encryption key to ensure files at rest are encrypted.
Describe alternatives you've considered
No response
Additional context?
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status