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

Dart reporter - failure doesn't get reported when the test fails to compile #474

Open
ClaireDavis opened this issue Jun 13, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ClaireDavis
Copy link

Describe the bug

When a Flutter test fails to compile, the test failure gets reported by the test runner, but the test reporter doesn't report the failure.

To Reproduce

  1. Create a flutter test that doesn't compile
  2. run the test via flutter test test/failing_test.dart --file-reporter json:test_result:json
  3. upload to dorny/test-reporter
  4. this is the result

Expected behavior

A clear and concise description of what you expected to happen.

The reporter should report a failed test

Screenshots

If applicable, add screenshots to help explain your problem.

running locally:
image

test-report:

image
@ClaireDavis ClaireDavis added the bug Something isn't working label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants