Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git] / devtools / docs / contributor / tests / xpcshell.md
blobe98c9deef7fab1aa0d011cee51633555ca8bc76a
1 # Automated tests: `xpcshell` tests
3 To run all of the xpcshell tests:
5 ```bash
6 ./mach xpcshell-test --tag devtools
7 ```
9 To run a specific xpcshell test:
11 ```bash
12 ./mach xpcshell-test devtools/path/to/the/test_you_want_to_run.js
13 ```