Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

cicd ctrf github github-actions test-automation test-reporting
3 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes refactoring the boolean input parsing mechanism to use the `core.getBooleanInput()` function, likely from the GitHub Actions toolkit, to ensure proper and robust handling of boolean inputs. A related pull request is linked for context.

Complexity: 1/5
good first issue

Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

TypeScript
#cicd#ctrf#github#github-actions#test-automation#test-reporting

AI Summary: The task is to debug why the GitHub Action `ctrf-io/github-test-reporter` is unable to locate test report files (`.ctrf.json`) on a Windows agent. The issue stems from the `report-path` parameter not correctly identifying the files despite them existing and being verifiable. The solution involves investigating potential pathing issues specific to Windows, such as forward vs. backslashes, and ensuring the action has the necessary permissions to access the specified directory.

Complexity: 4/5
good first issue

Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

TypeScript
#cicd#ctrf#github#github-actions#test-automation#test-reporting

AI Summary: The task requires modifying the GitHub Test Reporter's code to move the `writeCtrfToFile` function to a point after `processPreviousResultsAndMetrics`. This change will allow users to access the processed CTRF report data (including reporter internals) for use in other integrations.

Complexity: 3/5
good first issue

Publish and view test reporting directly in your GitHub Actions CI/CD workflow and Pull Requests with detailed test summaries, failed test analyses, and flaky test detection.

TypeScript
#cicd#ctrf#github#github-actions#test-automation#test-reporting