You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/integ-runner/README.md
+54
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ to be a self contained CDK app. The runner will execute the following for each f
75
75
-`--test-regex`
76
76
Detect integration test files matching this JavaScript regex pattern. If used multiple times, all files matching any one of the patterns are detected.
77
77
78
+
-`--watch`
79
+
Run a single integration test in watch mode. In watch mode the integ-runner
80
+
will not save any snapshots.
81
+
78
82
Use together with `--app` to fully customize how tests are run, or use with a single `--language` preset to change which files are detected for this language.
79
83
-`--language`
80
84
The language presets to use. You can discover and run tests written in multiple languages by passing this flag multiple times (`--language typescript --language python`). Defaults to all supported languages. Currently supported language presets are:
0 commit comments