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

Version 1.4.0 #99

Merged
merged 24 commits into from
Apr 19, 2021
Merged

Version 1.4.0 #99

merged 24 commits into from
Apr 19, 2021

Commits on Feb 23, 2021

  1. Add support for mocha-json

    dorny committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    9b675bd View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    8dba871 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbb83bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d842d6 View commit details
    Browse the repository at this point in the history
  4. Update dist/index.js

    dorny committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    63dddc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Configuration menu
    Copy the full SHA
    3768e4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db9917 View commit details
    Browse the repository at this point in the history
  3. Document mocha-json usage

    dorny committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    b9af250 View commit details
    Browse the repository at this point in the history

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
  2. Merge pull request #87 from dorny/dart-error-message

    Improve test error messages from flutter
    dorny authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    3c4d3b3 View commit details
    Browse the repository at this point in the history
  3. 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.
    dorny committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    96df6db View commit details
    Browse the repository at this point in the history
  4. 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.
    dorny committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    690ec77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfaaaf1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #88 from dorny/improve-report

    Improve report
    dorny authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f486461 View commit details
    Browse the repository at this point in the history
  7. 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
    dorny committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    fab3423 View commit details
    Browse the repository at this point in the history
  8. Use full URL in suites table

    Adds full URL in place previous commit missed
    dorny committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4c2f9f3 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #89 from dorny/fix-suite-links

    Use full URL to link test suites
    dorny authored Mar 31, 2021
    Configuration menu
    Copy the full SHA
    39f7ac7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee12681 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0e5d21a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    78b798e View commit details
    Browse the repository at this point in the history
  2. Fix grammar issues in README

    dorny committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    368fd24 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from dorny/mocha-json

    Add support for mocha-json
    dorny authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    e81e375 View commit details
    Browse the repository at this point in the history
  4. Update screenshots for README

    dorny committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d39bdea View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG for v1.4.0

    dorny committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    c74b76e View commit details
    Browse the repository at this point in the history