2 留言 (2 留言)0 反應 (0 反應)0 負責人 (0 負責人)C++6,410 star (6,410 star)1,659 fork (1,659 fork)batch import
good first issue
描述
Summary
-
Recently, a new Dashboard got integrated. This dashboard monitors (REPL Test Runs) whenever there is a "push to master branch" or whenever there is any Master run of REPL Tests.
-
The limitation with this dashboard, is that it's hard to see proper statistics on flaky tests, the focus is mostly on current run
-
Can we get a clearer way to displaying history of failed tests, so that we can track flaky tests more easily?
-
link for dashboard: https://project-chip.github.io/connectedhomeip/allure-report/ci_tests/
- 議題類型
- feature
- 研究方向
- Start by examining the existing dashboard at https://project chip.github.io/connectedhomeip/allure report/ci tests/ to understand its current structure and limitations. Look at the repository's CI configuration (likely in .github/workflows) to see how the Allure report is generated and deployed. Investigate the Allure framework's capabilities for historical test data visualization. Consider modifying the report generation or creating a new HTML page that aggregates historical test results from stored data.