Skip to content

Add TAP log ingest support#26

Draft
skyswordw wants to merge 1 commit into
michaelko:mainfrom
skyswordw:feat/tap-log-ingest
Draft

Add TAP log ingest support#26
skyswordw wants to merge 1 commit into
michaelko:mainfrom
skyswordw:feat/tap-log-ingest

Conversation

@skyswordw
Copy link
Copy Markdown

Summary

  • Add TAP as a detected framework for log ingest.
  • Extract TAP failing test lines, YAML-ish diagnostics, and summary counts into report sections.
  • Add regression coverage for simple TAP output with nested diagnostics.

Closes #15.

Testing

  • npx vitest run test/detect.test.ts test/extract.test.ts
  • npm test
  • npm run typecheck
  • npm run build
  • git diff --check

Notes

This only adds parser/detection coverage for TAP log output. It does not change CLI options or generated report file locations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add TAP log ingest support

1 participant