Open Issues Need Help
View All on GitHubAI Summary: Modify the pytest-reporter-plus plugin to align screenshots within the HTML report. The screenshots should be right-aligned and have fixed dimensions to ensure readability, preventing them from appearing at arbitrary locations within their cells.
No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.
AI Summary: Modify the pytest-reporter-plus plugin to highlight error messages in red within the individual test cells of the generated HTML report. This involves updating the HTML template or CSS styling to change the color of error messages.
No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.
AI Summary: Implement a new feature in the pytest-reporter-plus plugin that allows the generated HTML report to automatically open in a browser if certain tests fail, controlled by a new environment variable `PYTEST_REP_PLUS_HTML_OPEN`.
No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.
AI Summary: Implement a dark theme for the pytest-reporter-plus HTML report, including a toggle switch in the top right corner to switch between light and dark modes.
No dashboards. No bloat. Just one HTML file with everything you need. no config setup needed in both CI and local.