https://github.com/aws/aws-cdk-cli-testing
Tests for the AWS CDK CLI
https://github.com/aws/aws-cdk-cli-testing
aws cdk
Last synced: 9 months ago
JSON representation
Tests for the AWS CDK CLI
- Host: GitHub
- URL: https://github.com/aws/aws-cdk-cli-testing
- Owner: aws
- License: apache-2.0
- Created: 2024-10-01T11:38:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T00:05:30.000Z (over 1 year ago)
- Last Synced: 2025-01-23T01:18:46.014Z (over 1 year ago)
- Topics: aws, cdk
- Language: TypeScript
- Homepage: https://github.com/aws/aws-cdk-cli
- Size: 912 KB
- Stars: 1
- Watchers: 10
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS CDK CLI Testing
This repository contains the integration tests of the AWS CDK CLI repository.
They are extracted to a separate repository because there is a dependency between our 3 different repos:
```mermaid
graph TD
aws-cdk-lib --> |devDependency| cdk-cli
cdk-cli-testing --> aws-cdk-lib
cdk-cli-testing --> cdk-cli
```
## Usage
```sh
$ bin/run-suite \
--use-cli-release=2.175.0 \
--verbose \
cli-integ-tests",
```