mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Devtools: add automated test for Debugger > Sources (#36401)
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>
This commit is contained in:
parent
23c327a988
commit
68a76baea3
7 changed files with 177 additions and 0 deletions
|
@ -37,3 +37,6 @@ types-requests
|
|||
|
||||
# For mach package on macOS.
|
||||
Mako == 1.2.2
|
||||
|
||||
# For devtools tests.
|
||||
geckordp == 1.0.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue