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.
1 parent 09ef5a0 commit 8c606baCopy full SHA for 8c606ba
CONTRIBUTING.md
@@ -57,11 +57,10 @@ Run the tests locally by doing the following:
57
58
```shell
59
$ cd /path/to/aws-cdk-cli-testing/packages/@aws-cdk-testing/cli-integ
60
-$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -f 2.179.0 -t 'TEST NAME'
+$ bin/run-suite -s ../../../../aws-cdk-cli cli-integ-tests -t 'TEST NAME'
61
```
62
63
-`-s` points to the root of the `aws-cdk-cli` repository, `-f` is the version of
64
-the framework to use for testing.
+`-s` points to the root of the `aws-cdk-cli` repository.
65
66
### Submitting a PR that involves changes to integration tests
67
0 commit comments