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

Commits on Mar 31, 2021

  1. Improve test error messages from flutter

    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 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ea36be4 View commit details
    Browse the repository at this point in the history