Skip to content

Commit fdad86c

Browse files
authored
chore(contributing): link to cli-integ package readme for integ tests instructions (#455)
The current instructions are out-of-date, lets keep one source of truth. --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 632de3f commit fdad86c

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,7 @@ This will build and unit test all packages.
4747

4848
## Integration tests
4949

50-
Integration tests for this package are in a separate repository. They can be found here:
51-
52-
<https://github.com/aws/aws-cdk-cli-testing>
53-
54-
To make a change that involves the integration tests, make sure you have this package checked out.
55-
56-
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 -t 'TEST NAME'
61-
```
62-
63-
`-s` points to the root of the `aws-cdk-cli` repository.
50+
See [CDK CLI integration test](./packages/@aws-cdk-testing/cli-integ/README.md)
6451

6552
### Submitting a PR that involves changes to integration tests
6653

@@ -76,4 +63,4 @@ the two repositories, and follow the following process:
7663
5. Release the testing PR.
7764

7865
We will build automation to make this process smoother as soon as possible, but
79-
this is what it is for now.
66+
this is what it is for now.

0 commit comments

Comments
 (0)