parse_log
Convert raw CI/test logs into structured test results, auto-detecting Jest, Vitest, or Pytest output for easier analysis.
Instructions
Parse raw CI/test log text and extract structured test results. Auto-detects framework (Jest, Vitest, Pytest) from the log content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw CI log or test output text to parse | |
| framework | No | Force a specific framework instead of auto-detecting |