aloisdeniel / vsts-flutter-tasks

Flutter build tasks for Azure DevOps Pipelines/TFS.
https://marketplace.visualstudio.com/items?itemName=aloisdeniel.flutter
107 stars 83 forks source link

Tests seem to be missing from the report #19

Open Tregan opened 5 years ago

Tregan commented 5 years ago

Hey there!

Really like the plugin, helped us a lot already, and I've contributed by proposing a few improvements (see https://github.com/aloisdeniel/vsts-flutter-tasks/pull/18).

One thing that I'm still struggling with, and that I could not find a fix for: after tests are done running, the amount of tests in the report != amount of tests that were run.

For instance, I had, at one point, 267 tests, but the report would say 255 tests were run.

As I said, I've tried fixing it, but to no avail, I don't really see what's going wrong. Have you seen this issue before?

yours, Bas

-Edit- I'm at 303 unit tests now image

This is what the report shows: image

Test duration also isn't set, neither are case error messages & stack traces (had some failures before and noticed it)

Tregan commented 5 years ago

I pretty much rewrote the test task, fix is included in https://github.com/aloisdeniel/vsts-flutter-tasks/pull/23 !