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

Enable e2e testing against custom Terraform executable #305

Merged
merged 4 commits into from Jun 22, 2022

Commits on May 18, 2022

  1. allow use of local Terraform executable in tests

    If the env var TFEXEC_E2ETEST_TERRAFORM_PATH is set to the path of a valid
    local Terraform executable, when e2e tests are run, only tests appropriate to
    that executable's version will be run.
    
    This involves both the runTest() and runTestVersions() codepaths, since both
    are used in e2e tests.
    kmoe committed May 18, 2022
    Copy the full SHA
    5ed9697 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    74feeec View commit details
    Browse the repository at this point in the history
  3. document test env vars

    kmoe committed May 18, 2022
    Copy the full SHA
    f4c3a92 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Copy the full SHA
    098a97e View commit details
    Browse the repository at this point in the history