ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
48 stars 29 forks source link

Test list HTML debug page #738

Closed FedericoCeratto closed 9 months ago

FedericoCeratto commented 9 months ago

Implements https://github.com/ooni/backend/issues/739 The existing /api/_/debug_prioritization path returns JSON. This PR adds support for generating an HTML table that can be visualized in the browser to see what is in the test list.

FedericoCeratto commented 9 months ago

Added related issue and description.