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): new HttpApiCall method to easily make http calls #26102

Merged
merged 5 commits into from
Jun 26, 2023
Merged

feat(integ-tests): new HttpApiCall method to easily make http calls #26102

merged 5 commits into from
Jun 26, 2023

Commits on Jun 23, 2023

  1. feat(integ-tests): new HttpApiCall method to easily make http calls

    This PR adds a new `httpApiCall` method (and associated construct) that
    makes it easy to make assertions against the results of an http call.
    
    I've updated a couple of existing integration tests to use this new
    method.
    corymhall committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d77ba6d View commit details
    Browse the repository at this point in the history
  2. adding readme updates

    corymhall committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    787cd21 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    11d2ba5 View commit details
    Browse the repository at this point in the history
  2. fixing lint

    corymhall committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    6d89ca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73964b4 View commit details
    Browse the repository at this point in the history