Skip to content

Commit 00ea806

Browse files
authored
docs(integ-runner): add missing options (#28969)
### Reason for this change Include an explanation of the option in the documentation to make it easier for users to understand. ### Description of changes This PR adds an explanation of missing options in README. ### Description of how you validated changes ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 144b1b9 commit 00ea806

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/@aws-cdk/integ-runner/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ If not, changes cannot be compared across systems.
9797
- `go`:
9898
- File RegExp: `^integ_.*\.go$`
9999
- App run command: `go run {filePath}`
100+
- `--list` (default=`false`)
101+
List tests instead of running them.
102+
- `--inspect-failures` (default=`false`)
103+
Keep generated snapshots when differences exist in snapshot comparisons.
104+
- `--max-workers` (default=`16`)
105+
The max number of workerpool workers to use when running integration tests concurrently.
100106

101107
Example:
102108

0 commit comments

Comments
 (0)