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: avoid failrues on error message formatting #48

Conversation

pkozlowski-opensource
Copy link
Member

Fixes #46

So, I relly don't know what is the format of errors we can get from Sauce / WebDriver and how many format we should support but as noted in #46 the current formatting routine can break on certain errors.

My take here is that it is better to to have ugly formatting of error messages and actually see what gets returned from WD / Sauce than try to have nice messages that can cause build failures from time to time.

If anyone has reference / documentation of the possible error formats I would be happy to send another PR with tests.

@ChrisWren
Copy link
Contributor

LGTM

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

Successfully merging this pull request may close these issues.

[TypeError: Object #<Object> has no method 'split']
2 participants