summerwind / h2spec

A conformance testing tool for HTTP/2 implementation.
MIT License
661 stars 73 forks source link

Can the output have the summary last? #62

Closed georgeu2000 closed 7 years ago

georgeu2000 commented 7 years ago
73 tests, 29 passed, 0 skipped, 44 failed

===============================================================================
Failed tests
===============================================================================

  4.2. Frame Size
    × Sends large size frame that exceeds the SETTINGS_MAX_FRAME_SIZE
      - The endpoint MUST send a FRAME_SIZE_ERROR error.
...

The summary is buried under 300 lines of failure details. Is it possible to print the summary after the details?

summerwind commented 7 years ago

Thank you for your feedback! I agree with your opinion. This problem will be fixed in h2spec v2 that is currently under development.