blob: 1e51714a4f0fc472774dde8b0d34d55dbf9079d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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
```
|