We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 938480e + ddb4125 commit f1fdcbdCopy full SHA for f1fdcbd
README.md
@@ -345,6 +345,11 @@ tests for the package which contains the changed file. By default all
345
directories with at least one file with a `.go` extension, under the current
346
directory will be watched. Use the `--packages` flag to specify a different list.
347
348
+If `--watch` is used with a command line that includes the name of one or more
349
+packages as command line arguments (ex: `gotestsum --watch -- ./...` or
350
+`gotestsum --watch -- ./extrapkg`), the
351
+tests in those packages will also be run when any file changes.
352
+
353
While in watch mode, pressing some keys will perform an action:
354
355
* `r` will run tests for the previous event.
0 commit comments