Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.
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.
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.