Add more placeholders to execution results JSON file name
Can you add more placeholders to the execution results JSON file name? When you run a bunch in one day it would be helpful to have the Feature or Test name in the file name as well as the status (Passed/Failed). I realize the file name would be long if multiple tests were run at once, but in that case Feature name would suffice.
-
Sorry, but this is technically not possible.
1.) Windows will run very quickly in the 260 character limit (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN)
2.) When the files is saved, we don't have the information anymore available. It is already in Json- Format.
Workaround:
You could create a Before build script that removes all TestExecution files in the output directory.
0 -
Bummer, thanks for the update!
0
Please sign in to leave a comment.
Comments
2 comments