Commit d4ae008
authored
Switch back to python test runner (#8717)
build: Switch to Python browser test runner
The build system now uses the run_browser_tests.py script as the
primary runner for browser tests, replacing the temporary shell
script.
The Python script has been significantly refactored to provide robust
test execution capabilities. It now supports GTest sharding, enabling
efficient parallel execution across CI/CD environments. It also
integrates GTest XML output, ensuring standardized test reporting.
Improvements include better argument parsing, test binary discovery,
and error handling.
Bug: 4333549831 parent da0bb98 commit d4ae008
File tree
3 files changed
+382
-296
lines changed- cobalt/testing/browser_tests
3 files changed
+382
-296
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 182 | + | |
186 | 183 | | |
187 | 184 | | |
188 | 185 | | |
| |||
Lines changed: 0 additions & 186 deletions
This file was deleted.
0 commit comments