|
|
@@ -25,7 +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` turns off the debugging mechanism and leaves the lines starting with `// @if CK_DEBUG //` as they are.
|
|
|
+* `--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
|
|
|
|