blob: 5417999baaeeca9b36ea6eba41857e1a3243af3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Automated tests: chrome mochitests
To run the whole suite of chrome mochitests:
```bash
./mach mochitest -f chrome --tag devtools
```
To run a specific chrome mochitest:
```bash
./mach mochitest devtools/path/to/the/test_you_want_to_run.html
```
|