Console reporter with colors, real-time progress, inline failures #13
Labels
No labels
area:assertions
area:cli
area:client
area:harness
area:meta
area:reporting
area:runner
type:user-story
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/ws-rpc-test#13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User story
As a test author running locally, I want pretty test output that updates as tests complete and shows failures in context, so that I can spot regressions at a glance without scrolling through walls of log.
Acceptance criteria
Format
Starting <binary>... OK (X.Xs)andConnecting to WebSocket... OKPASS module::name (0.1s)/FAIL .../SKIP ... (reason)Expected:,Got:,Context:, andat <file:line>N passed, N failed, N skipped (XX.Xs)Colors
coloredcrate: green PASS, red FAIL, yellow SKIP.--no-colorflag and theNO_COLORenv var (per https://no-color.org).Failure detail
TestError::Assertionfields plus the location.Timeout,Connection,RpcError), the block adapts: shows the relevant fields with similar layout.-v) appends a tail (last 50 lines) of harness stdout/stderr on test failure (not on every test).Header
References