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

Improve test error messages from flutter #87

Merged
merged 1 commit into from
Mar 31, 2021
Merged

Improve test error messages from flutter #87

merged 1 commit into from
Mar 31, 2021

Conversation

dorny
Copy link
Owner

@dorny dorny commented Mar 31, 2021

For some reason the error message from flutter SDK might contain no useful information. Basically it just says that test failed and you should see the logs. Logs itself are provided as content of print event. This commit adds special processing for this behavior - it parses actual error message out of print event.

For some reason the error message from flutter SDK might contain no useful information. Basically it just says that test failed and you should see the logs. Logs itself are provided as content of `print` event. This commit adds special processing for this behavior - it parses actual error message out of print event.
@dorny dorny merged commit 3c4d3b3 into dev Mar 31, 2021
@dorny dorny deleted the dart-error-message branch March 31, 2021 19:28
@dorny dorny mentioned this pull request Apr 19, 2021
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.

None yet

1 participant