I'm using "'protractor-jasmine2-html-reporter" to generate reports for my E2E test cases. I need every run to create a new report html file.
Right now the "htmlReport.html" file get over-riden with every run of my test suite
Have tried adding adding moment.js to the end of "filename: " but the name does not change from "htmlReport.html"
I have tried by adding Date to out outputFilename in TestConfig object in onComplete and it works well and creates html with current date.
This is how it looks
Hope this helps!