Kaynağa Gözat

Merge pull request #1912 from ckeditor/t/383

Docs: Align guides to changes in the testing environment.
Anna Tomanek 6 yıl önce
ebeveyn
işleme
469d8b9c32

+ 1 - 0
docs/framework/guides/contributing/testing-environment.md

@@ -25,6 +25,7 @@ It accepts the following arguments (must be passed after the `--` option):
 * `--verbose` (alias `-v`) – Allows switching on webpack logs.
 * `--files` – Specifies tests files to run. Accepts a package name or a glob. Read more about the [rules for converting the `--files` option to a glob pattern](https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-tests#rules-for-converting---files-option-to-glob-pattern).
 * `--browsers` – Browsers which will be used to run the tests. Defaults to `Chrome`.
+* `--debug` (alias `-d`) – Allows specifying custom debug flags. For example, the `--debug engine` option uncomments the `// @if CK_DEBUG_ENGINE //` lines in the code. The `--debug false` option turns the debugging mechanism off and leaves the lines starting with `// @if CK_DEBUG //` untouched.
 
 ### Examples