test grouping

This commit is contained in:
Dobromir Popov
2026-07-11 22:11:21 +03:00
parent c195b5ce78
commit 7d259d7c9b
9 changed files with 1424 additions and 19 deletions

View File

@@ -344,6 +344,11 @@ def test_dashboard_testing_tab_uses_dynamic_api_and_run_controls():
# Targets are rendered from the API payload (tests + suites), not literals.
assert "testCollection.suites" in html
assert "testCollection.tests" in html
assert "testCollection.test_metadata" in html
assert "testCollection.tags" in html
assert 'data-test-target="suite:all"' in html
assert 'id="testing-tag-filter"' in html
assert "Run ${esc(t.name)}" in html
assert "renderTestTargets" in html
# Run buttons are per-target and delegated; disabled while a run is active.