Dedicated test results block in the status bar
Script/assertion test results now render as their own segment in the status bar instead of being appended to the response status text.
- New status bar block - test outcomes (
@assertand script tests) get a dedicated, separately styled segment in the left status sections, colored by level (pass = success, fail = warn, error = error). The main response status (e.g. 200 OK (200)) stays the same but is no longer suffixed with - ✗ 1 test(s) failed. - Summaries - the block shows ✓ tests passed, ✗ N test(s) failed (with correct singular/plural) or ! test error.
- HTTP and gRPC - the test block is populated for both HTTP and gRPC responses.
- Header icon - the test error icon in the response header changed from ⚠ to !