Show how to use FTR on a single file (#125891) (#125896)

(cherry picked from commit a813c53c30)

Co-authored-by: Mat Schaffer <mat@elastic.co>
This commit is contained in:
Kibana Machine 2022-02-16 22:23:55 -05:00 committed by GitHub
parent 2dfb0c40bd
commit dd1ed799e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,7 +105,9 @@ There are also command line flags for `--bail` and `--grep`, which behave just l
Logging can also be customized with `--quiet`, `--debug`, or `--verbose` flags.
Use the `--help` flag for more options.
There are also options like `--include` to run only the tests defined in a single file or set of files.
Run `node scripts/functional_test_runner --help` to see all available options.
[discrete]