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