-
Notifications
You must be signed in to change notification settings - Fork 212
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
Version 1.4.0 #99
Version 1.4.0 #99
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9b675bd - Browse repository at this point
Copy the full SHA 9b675bdView commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8dba871 - Browse repository at this point
Copy the full SHA 8dba871View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb83bf - Browse repository at this point
Copy the full SHA fbb83bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d842d6 - Browse repository at this point
Copy the full SHA 2d842d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63dddc9 - Browse repository at this point
Copy the full SHA 63dddc9View commit details
Commits on Mar 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3768e4e - Browse repository at this point
Copy the full SHA 3768e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db9917 - Browse repository at this point
Copy the full SHA 9db9917View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9af250 - Browse repository at this point
Copy the full SHA b9af250View commit details
Commits on Mar 31, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for ea36be4 - Browse repository at this point
Copy the full SHA ea36be4View commit details -
Merge pull request #87 from dorny/dart-error-message
Improve test error messages from flutter
Configuration menu - View commit details
-
Copy full SHA for 3c4d3b3 - Browse repository at this point
Copy the full SHA 3c4d3b3View commit details -
Round test duration to whole seconds if it's more then 1s
Report will contain less accurate information but it will be easier to read.
Configuration menu - View commit details
-
Copy full SHA for 96df6db - Browse repository at this point
Copy the full SHA 96df6dbView commit details -
New report rendering with code blocks instead of tables
Previously we listed tests using markdown tables. Each test group had it's own table and textual preface saying how many tests were executed in what time. This was completely reworked - now tests are listed inside code block. Grouping is achieved using simple indentation. Duration of individual tests is no longer shown - it produced too much "noise" in the report. Pass/Fail check-mark was also moved before name of test suite. Behavior of "listTests" option was also changed - now if set to failed, it will list all tests, but only if suite is failed. Otherwise test listing is completely omitted. Last change affects report trimming - if report is still too big after "listTests" is set to "failed" - it will trim report to fit max size and add informational message at the end.
Configuration menu - View commit details
-
Copy full SHA for 690ec77 - Browse repository at this point
Copy the full SHA 690ec77View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfaaaf1 - Browse repository at this point
Copy the full SHA cfaaaf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f486461 - Browse repository at this point
Copy the full SHA f486461View commit details -
Use full URL to link test suites
GitHub UI for some unknown reason navigates user to check run with `check_suite_focus=true` query argument. With this argument unfortunately navigation to document ID with `#something` doesn't work
Configuration menu - View commit details
-
Copy full SHA for fab3423 - Browse repository at this point
Copy the full SHA fab3423View commit details -
Adds full URL in place previous commit missed
Configuration menu - View commit details
-
Copy full SHA for 4c2f9f3 - Browse repository at this point
Copy the full SHA 4c2f9f3View commit details -
Merge pull request #89 from dorny/fix-suite-links
Use full URL to link test suites
Configuration menu - View commit details
-
Copy full SHA for 39f7ac7 - Browse repository at this point
Copy the full SHA 39f7ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee12681 - Browse repository at this point
Copy the full SHA ee12681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5d21a - Browse repository at this point
Copy the full SHA 0e5d21aView commit details
Commits on Apr 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 78b798e - Browse repository at this point
Copy the full SHA 78b798eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 368fd24 - Browse repository at this point
Copy the full SHA 368fd24View commit details -
Configuration menu - View commit details
-
Copy full SHA for e81e375 - Browse repository at this point
Copy the full SHA e81e375View commit details -
Configuration menu - View commit details
-
Copy full SHA for d39bdea - Browse repository at this point
Copy the full SHA d39bdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c74b76e - Browse repository at this point
Copy the full SHA c74b76eView commit details