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

Use mapping json to target tests based on code changes / git diff #122

Open
eistrati opened this issue Jan 19, 2018 · 0 comments
Open

Use mapping json to target tests based on code changes / git diff #122

eistrati opened this issue Jan 19, 2018 · 0 comments
Assignees

Comments

@eistrati
Copy link
Contributor

It should be as simple as configuring .recink.yml, similar to below example:

tf_script:
  root: './tf_script'
  terraform:
    version: 0.11.0
    plan: true
    apply: true
    destroy: true
    test:
      mapping: './tests/mapping.json'
      plan: './tests/unit/tf_script/'
      apply: './tests/e2e/tf_script/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants