I wish test running was modular/cacheable #985
Labels
area-testing
closed-not-planned
Closed as we don't intend to take action on the reported issue
P3
A lower priority bug or feature request
package:build_runner
type-enhancement
A request for a change that isn't a bug
type-performance
For example, I have a PR where I removed some unused code in
_test.dart
files (8 to be precise), but the test runner will execute all of the tests again (locally, and on travis). I wish there was a way we could store the test graph and avoid re-running tests that couldn't have changed.(I realize this is hard, related to #967, but even worse - we'd have to for example include the
chrome
binary as an external dependency and track if it changes)The text was updated successfully, but these errors were encountered: