An open API service indexing awesome lists of open source software.

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

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",
```