repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out 2 changesets (bug 1943998) for causing wd failures @ phases.py CLOSED...
[gecko.git]
/
devtools
/
docs
/
contributor
/
tests
/
xpcshell.md
blob
e98c9deef7fab1aa0d011cee51633555ca8bc76a
1
# Automated tests: `xpcshell` tests
2
3
To run all of the xpcshell tests:
4
5
```bash
6
./mach xpcshell-test --tag devtools
7
```
8
9
To run a specific xpcshell test:
10
11
```bash
12
./mach xpcshell-test devtools/path/to/the/test_you_want_to_run.js
13
```