Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Currently the report shows:
File (file complete path) | ExecTime (execution time) | Status (results) | Action (error messages + custom info using addMsg method)
It would be great to have the option to call:
await addDescription("This test checks if a single user may create multiple accounts");
within each test file.
(similar to using the addMsg method)
and eventually the report will generate additional description column as in this picture:
Describe alternatives you've considered
Modifying the html report after is has been generated and using the file path to add description column
Is your feature request related to a problem? Please describe. No
Describe the solution you'd like Currently the report shows: File (file complete path) | ExecTime (execution time) | Status (results) | Action (error messages + custom info using addMsg method)
It would be great to have the option to call:
await addDescription("This test checks if a single user may create multiple accounts");
within each test file.(similar to using the
addMsg
method)and eventually the report will generate additional description column as in this picture:
Describe alternatives you've considered Modifying the html report after is has been generated and using the file path to add description column