Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(integ-runner): don't allow new legacy tests #20614

Merged
merged 2 commits into from
Jun 13, 2022
Merged

fix(integ-runner): don't allow new legacy tests #20614

merged 2 commits into from
Jun 13, 2022

Commits on Jun 3, 2022

  1. fix(integ-runner): don't allow new legacy tests

    All new integration tests that are created should use the new
    `IntegTest` construct in the
    [@aws-cdk/integ-tests](https://github.com/aws/aws-cdk/tree/main/packages/%40aws-cdk/integ-tests)
    module.
    
    We will eventually be migrating all of our tests to the new construct
    and removing the "legacy" mode, so this PR will fail any new test that
    is added that doesn't use the `IntegTest` construct.
    
    I've also renamed some of the `test-data` files so that they will not be
    picked up by the `integ-runner` if you execute it on the entire repo.
    corymhall committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    3f90eb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    985ad66 View commit details
    Browse the repository at this point in the history