Skip to content
Chelsea edited this page Nov 24, 2023 · 3 revisions

Home > Deployments And Infrastructure > Test


TEST

  • This is our staging environment which closely mirrors the production environment
  • The data from prod is automatically synced into test
  • Parsing, reconciliation and report generation are all automated in this environment (as they are on prod)
  • Do not manually trigger the lambdas in this environment
  • Testing should be done with the existing data, as it is (vs upload test cases etc)
  • To deploy to test:
    • First, deploy to dev: run make tag-dev from the command line
      • Verify the build and run any tests that should run on dev
      • Ensure that you have received approval from QA analyst
    • Next, deploy to test: run make tag-test from the command line
    • Reminder: For any infrastructure updates via Terraform, you must manually run make plan and make apply from the command line.
Clone this wiki locally