Description
As described here, when running very_good test with optmization, the internal tooling will identify <cwd>/test/.test_runner.dart as the suite of tests.
Steps To Reproduce
- run
very_good test without --no-optimization
- Any output of failing tests will accuse
<cwd>/test/.test_runner.dart as output.
Expected Behavior
Outputs should show the real test suite,
Additional Context
As <cwd>/test/.test_runner.dart is a temporary file generated by mason, it is expecetd to somehow proxy the real suite or somehow allow its recover from some other field (group name without snake case?).
It is important that we are bound to the information passable via the JSON Reporter Protocol.