html-reporter-github-pages
html-reporter-github-pages is a GitHub Action that deploys HTML test reports to GitHub Pages. It pushes report files from a specified testresults directory to a configured branch and folder structure on GitHub Pages, making them accessible via a public URL. Key features include configurable folder hierarchy levels for organizing reports by tool name, workflow name, and environment, automatic retention management to keep only a specified number of recent reports, optional use of a Personal Access Token or default GITHUBTOKEN for authentication, support for cross-repository deployment, and an option to append a job summary to the GitHub Actions run. Use cases include publishing Cucumber and other automated test reports after CI runs, maintaining a historical archive of test results organized by environment or workflow, and sharing test outputs across teams or external repositories. The action requires write permissions on the target repository and is commonly integrated into CI pipelines that run automated brow