Test debug
test debug - Parse test results and list all failures
Parse test results (Go test JSON and Cucumber JSON) in out/test directory and list all failed tests with their locations.
This command scans for test-results.json (Go test JSON) and .cucumber.json files, parses test results, and extracts failure information.
Results are presented in a clear table format showing test failures.
Notes
Expected Output:
- Table of failed tests with test name, package, and error details
- File locations (for Cucumber tests) with line numbers
- Parses out/test/*/.json files (both Go test JSON and Cucumber JSON)
- If no failures found, displays success message
Examples
See Also
- test - Run tests
- show test-summary
- test Commands
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.