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

feat: prettify the test output by listing failed tests #377

Closed
orestesgaolin opened this issue May 6, 2022 · 1 comment
Closed

feat: prettify the test output by listing failed tests #377

orestesgaolin opened this issue May 6, 2022 · 1 comment
Assignees
Labels
feature A new feature or request

Comments

@orestesgaolin
Copy link

orestesgaolin commented May 6, 2022

Description
Currently, especially on CI, it's difficult to understand which tests have failed without scrolling through the output. I'd love to see a summary of failed tests in some concise form aside from the typical output. Usually I'm going to rerun them anyway in my IDE to see what exactly failed.

Current output
screenshot_2022-05-06_14 26 35

And at the end:

00:44 +923 -1 ~1: Some tests failed.

Expected Behavior

00:44 +923 -1 ~1: Some tests failed.
Failed tests:
  - test/compare_video/view/compare_video_page_test.dart:237:59 (adds MyVideosRequested to myVideosBloc on pull to refresh on my videos tab)
  - ...
@orestesgaolin orestesgaolin added the feature A new feature or request label May 6, 2022
renancaraujo pushed a commit that referenced this issue May 13, 2022
renancaraujo pushed a commit that referenced this issue May 13, 2022
renancaraujo pushed a commit that referenced this issue May 16, 2022
@renancaraujo
Copy link
Contributor

Closed on #397

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

No branches or pull requests

2 participants