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
Hello,
Everything works fine, I see all steps in HTML report, but when I press on last step (when screenshot should open), it doesn't exist - screenshot for last step in my suite is not saving, no idea why.
See issue #18. This is a bug in Protractor. You can use the following workaround:
// Hack to force Protractor to wait untill all Jasmine reporters are done.// See: https://github.com/angular/protractor/issues/1938#issuecomment-96276252afterAll(function(done){process.nextTick(done);});
Hello,
Everything works fine, I see all steps in HTML report, but when I press on last step (when screenshot should open), it doesn't exist - screenshot for last step in my suite is not saving, no idea why.
Feel free to check it out by running this repo with Protractor:
https://github.com/drptbl/protractortesting/tree/lastscreenshotmissing
I'm talking about this step:
"✓should close cookie frame after acceptation (12 s)" - screenshot is missing.
Any ideas how to fix?
Tried wait and sleep after last step without success.
The text was updated successfully, but these errors were encountered: