You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case when an invalid test path is defined under test configuration there should be a console message about missing test files in the provided directory
e.x.
root: './rds_restore'
terraform:
version: 0.11.0
plan: false
apply: false
destroy: false
test:
mapping: './tests/mapping.json'
plan: './tests/unit/invalid-test-dir/resources/' - validate the following path for unit tests
apply: './tests/e2e/invalid-test-dir/resources.' - validate the following path for e2e tests
The text was updated successfully, but these errors were encountered:
Path validation should be implemented when running tests with recink run terraform command and in case if invalid path has been provided in config - user friendly message is expected to be displayed in console
Expected result:
e.x.
The text was updated successfully, but these errors were encountered: