Replies: 1 comment
-
|
At present the formatter configuration does not support any variable substitutions. For now, if you don't want to dynamically rewrite the content of the reqnroll.json, then your best bet may be to set the (entire) report filename via environment variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to code this but not having much luck. I would like the output report to have a timestamp so I am not overwriting the report on each each test run. I have added a system variable for the time stamp but when I add it to the file name ex: "outputFilePath": "report/MyReport_{TEST_TIMESTAMP}.html" I just get a file with that name and no time stamp.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions