Skip to content

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

@eistrati

Description

@eistrati

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/'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions