SexySpex.Reporter (sexy_spex v0.2.1)
View SourceHandles reporting and output formatting for spex execution.
Provides a clean interface for tracking spex execution progress and generating human-readable output.
Quiet Mode (Default)
Reporter output is suppressed by default. Use --verbose flag to enable
detailed Reporter output alongside ExUnit results.
JSONL Output
Use --jsonl flag to output test failures as JSONL for machine parsing.
Each failure includes BDD step context (Given/When/Then) alongside error info.
Summary
Functions
Reports failure of a scenario.
Reports successful completion of a scenario.
Reports failure of a specification.
Reports successful completion of a specification.
Starts reporting for a new scenario.
Starts reporting for a new specification.
Reports execution of a Given-When-Then step.
Functions
Reports failure of a scenario.
Reports successful completion of a scenario.
Reports failure of a specification.
Reports successful completion of a specification.
Starts reporting for a new scenario.
Starts reporting for a new specification.
Reports execution of a Given-When-Then step.