# 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
```

