-
Notifications
You must be signed in to change notification settings - Fork 53
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
Reports deleted #23
Comments
+1 |
I think this is something easily included. How would you like to generate those folders? I mean the naming. Something like: There should be some kind of rotation management? |
How about by spec name?
|
Ideally then once we have multiple folders per spec a way to view the entire report of all the tests would rock!
|
as I said, the scope of this question is to just have no way to delete the folder of reports. By default folder would remain as well as files in it, and replaced if existed by the same name. This would be the first step. Each can create a role for the report name is dynamic. Another issue is to have different folders for each test. It makes sense, but I think it should be another option to explore especially when working with multiCapabilities. But this already goes beyond the scope of this issue, and so I will register another where we can continue this discussion. Please see if you can, by default, do not delete the folder of reports. When creating new report if already a file with the same name, delete and create new. |
Below code should solve your purpose.
|
Hello, it was not what I wanted but I changed the approach and achieves something. Thank you. |
Hi.
In each run is generated a unique identifier for reports and i intend to keep previous reports. How to make the reports directory not eliminated on each run?
The text was updated successfully, but these errors were encountered: