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

automate bootstrapping of integrations tests #1289

Merged
merged 4 commits into from
May 22, 2024
Merged

Commits on May 20, 2024

  1. automate bootstrapping of integrations tests

    * introduce a secret that holds the test userdata
    * move ConfigureCognito step from frontend to backend
    * add logic in ConfigureCognito to create the test users and assigned them to groups if `with_approval_tests=True` (reads info from the secret)
    * tests are reading the userdata from the secret
    petrkalos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    89383f2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. convert print to log

    petrkalos committed May 21, 2024
    Configuration menu
    Copy the full SHA
    56867f6 View commit details
    Browse the repository at this point in the history
  2. move to SSM

    petrkalos committed May 21, 2024
    Configuration menu
    Copy the full SHA
    42b458b View commit details
    Browse the repository at this point in the history
  3. codebuild to trigger

    petrkalos committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5dfeedd View commit details
    Browse the repository at this point in the history