Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Devtools: add more test cases (#36910) | delan azabani | 23 hours | 1 | -27/+84 |
| | | | | | | | | | | | | | | | This patch adds test cases for Debugger > Sources with inline module scripts and external classic scripts. We also fix the big test case in #36401 to receive and assert the worker script URLs. Testing: this patch improves test coverage for the Debugger > Sources feature Part of: #36325 --------- Signed-off-by: Delan Azabani <dazabani@igalia.com> Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com> | ||||
* | Devtools: add automated test for Debugger > Sources (#36401) | delan azabani | 3 days | 1 | -0/+150 |
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> |