Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(launcher): Ignore uncaught exceptions from webdriver. #3608

Merged
merged 1 commit into from
Oct 10, 2016

Conversation

heathkit
Copy link
Contributor

Fixes #3553.

@heathkit
Copy link
Contributor Author

I'd like to have a test for this. I tried making a minimal custom test framework that would duplicate Cucumber's behavior. However, I wasn't able to come up with something that would both wait for all the WebDriver control flow promises to resolve, and also somehow throw webdriver errors as uncaught exceptions.

@@ -457,6 +457,13 @@ export interface Config {
*/
untrackOutstandingTimeouts?: boolean;

/**
* If set, Protractor will ignore uncaught exceptions instead of exiting
* with
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment indentation is weird.

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

1 similar comment
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@googlebot
Copy link

CLAs look good, thanks!

1 similar comment
@googlebot
Copy link

CLAs look good, thanks!

@cdaguerre
Copy link

Could you please release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants