MitocGroup / recink

REciNK - Rethink Continuous Integration for JavaScript Applications
https://www.npmjs.org/package/recink
Mozilla Public License 2.0
14 stars 5 forks source link

Add user friendly message in case invalid test path is defined under test configuration #129

Closed avozicov closed 6 years ago

avozicov commented 6 years ago

Expected result:

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
avozicov commented 6 years ago

Test Passed Acceptance Criteria:

eistrati commented 6 years ago

Checked.