gecko-dev/devtools/docs/tests/xpcshell.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 строки
234 B
Markdown
Исходник Обычный вид История

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