Add summary of passed/skipped/failed tests to VRL test harness #132
Labels
domain: tests
Anything related to internal tests
type: enhancement
A value-adding code change that enhances its existing functionality
When running
cargo test
, cargo will print a summary of the numbers of tests run, as well as a listing of which ones failed. The VRL test suite has grown large enough to make scrolling through the listing to see which one(s) failed tedious. This could be improved by providing a similar summary of the test run after completion.Ref: https://github.com/timberio/vector/pull/6738/checks?check_run_id=2096688778
The text was updated successfully, but these errors were encountered: