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
Using this reporter, sometimes Protractor exits before the takeScreenshot() promise is resolved. This causes the last test to occasionally not have a screenshot generated.
My guess would be that _teardownEnv() or the driver's quit() are not chaining onto the last browser action's promise, but I'm unsure. Do you have any ideas why this would happen?
It seems to be a race condition. It only happens sometimes and I've only seen it happen with Firefox (I've tried with Firefox and Chrome)
The text was updated successfully, but these errors were encountered:
fenduru
changed the title
Screenshot reporter doesn't wait for
Screenshot reporter doesn't wait for last screenshot before quitting
Feb 19, 2015
Using this reporter, sometimes Protractor exits before the
takeScreenshot()
promise is resolved. This causes the last test to occasionally not have a screenshot generated.My guess would be that
_teardownEnv()
or the driver'squit()
are not chaining onto the last browser action's promise, but I'm unsure. Do you have any ideas why this would happen?It seems to be a race condition. It only happens sometimes and I've only seen it happen with Firefox (I've tried with Firefox and Chrome)
The text was updated successfully, but these errors were encountered: