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

This commit is contained in:
Mat Schaffer 2022-02-17 12:09:17 +09:00 committed by GitHub
parent 8f03c791e0
commit a813c53c30
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]