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
Add the following to your *.config.js file.
var screenshotReporter = new protractorJasmine2HtmlReporter({
takeScreenshots: true,
takeScreenshotsOnlyOnFailures: true,
fixedScreenshotName: true
});
jasmine.getEnv().addReporter(screenshotReporter);
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