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

feat(integ-tests): enhancements to integ-tests #20180

Merged
merged 12 commits into from
May 16, 2022
Merged

feat(integ-tests): enhancements to integ-tests #20180

merged 12 commits into from
May 16, 2022

Commits on May 2, 2022

  1. feat(integ-tests): enhancements to integ-tests

    This PR contains various enhancements including
    
    - API ergonomics improvements
      - renamed `queryAws` to `awsApiCall`
    - Now using `Match` from @aws-cdk/assertions for the assertions provider
    - `DeployAssert` now creates its own stack
    - Additional assertion types (OBJECT_LIKE)
    - utility for invoking lambda functions (separate from `awsApiCall`)
    corymhall committed May 2, 2022
    Configuration menu
    Copy the full SHA
    e44f262 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. updating schema version

    corymhall committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e128318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfb1517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa53dfd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Configuration menu
    Copy the full SHA
    8b730f2 View commit details
    Browse the repository at this point in the history
  2. adding matcher utility

    corymhall committed May 4, 2022
    Configuration menu
    Copy the full SHA
    285434a View commit details
    Browse the repository at this point in the history
  3. updates

    corymhall committed May 4, 2022
    Configuration menu
    Copy the full SHA
    74a9e39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    875a839 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. adding missing docstring

    corymhall committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a2e6f8d View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    86da9c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    619b2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1295a69 View commit details
    Browse the repository at this point in the history