summaryrefslogtreecommitdiffstats
path: root/devtools/docs/contributor/tests/xpcshell.md
blob: e98c9deef7fab1aa0d011cee51633555ca8bc76a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Automated tests: `xpcshell` tests

To run all of the xpcshell tests:

```bash
./mach xpcshell-test --tag devtools
```

To run a specific xpcshell test:

```bash
./mach xpcshell-test devtools/path/to/the/test_you_want_to_run.js
```