Kenzitron / protractor-jasmine2-html-reporter

HTML reporter for Jasmine2 and Protractor
32 stars 53 forks source link

problem trying to remove a folder: #36

Open jgossett opened 8 years ago

jgossett commented 8 years ago

SYMPTOMS "problem trying to remove a folder:" always displays on the console. Note, there is no directory mention. I believe it is attempting to delete an empty string directory.

STEPS TO REPRODUCE

  1. Add the following to your *.config.js file. var screenshotReporter = new protractorJasmine2HtmlReporter({ takeScreenshots: true, takeScreenshotsOnlyOnFailures: true, fixedScreenshotName: true }); jasmine.getEnv().addReporter(screenshotReporter);
  2. Run the tests.
kanishka84 commented 8 years ago

I have faced the same problem too. This eventually ended up deleting the folder.

urswiss commented 6 years ago

I got rid of this message by adding the cleanDestination property as described here