aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/devtools_tests/sources/test.html
Commit message (Collapse)AuthorAgeFilesLines
* Devtools: add automated test for Debugger > Sources (#36401)delan azabani3 days1-0/+11
This patch adds our first automated test for devtools, covering the changes in #36164. These tests are not run in CI yet, but you can run them as follows: ```sh $ ./mach build --release $ ./mach test-devtools ``` Testing: this patch adds automated tests! Start of: #36325 --------- Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Aria Edmonds <aria@ar1as.space>