You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a report is always merged with any pre-existing reports. I find that to be quite annoying. Imho it would be nice to have an option to clean up the target directory first.
cheers,
Imm
The text was updated successfully, but these errors were encountered:
in protractor conf file, on onPrepare function, pathBuilder property of the reporter only decides where the report should be generated. If you want to override the existing file, you can just give a static path instead of a dynamic path. Please feel free to revert back to me if you need any further info.
Hi!
Currently a report is always merged with any pre-existing reports. I find that to be quite annoying. Imho it would be nice to have an option to clean up the target directory first.
cheers,
Imm
The text was updated successfully, but these errors were encountered: