Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/contributing/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,8 @@ MANIFEST.json can be regenerated automatically with the mach command `update-man
This is equivalent to running

./mach test-wpt --manifest-update SKIP_TESTS

## Running Devtools Tests

The simplest way to run the Devtools tests in Servo is `./mach test-devtools` from the root directory.
This will run all tests defined in `devtools_tests.py`. All Devtools-related test files exist in `python/servo/devtools_tests`.