Skip to content

Commit

Permalink
updated golden snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 18, 2025
1 parent 785394e commit 12ae675
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/test-cases/validate-editorconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
tests:
- name: atmos validate editorconfig
enabled: true
snapshot: true
description: "Ensure atmos CLI validates success case"
workdir: "../examples/quick-start-simple/"
command: "atmos"
args:
- "validate"
- "editorconfig"
expect:
diff: []
stdout:
- "No errors found"
stderr:
- "^$"
exit_code: 0
- name: atmos validate editorconfig error
enabled: true
snapshot: true
description: "Ensure atmos CLI gives error during validation based on editorconfig"
workdir: "../tests/fixtures/scenarios/editorconfig"
command: "atmos"
args:
- "validate"
- "editorconfig"
expect:
diff: []
stderr:
- "2 errors found"
exit_code: 1

0 comments on commit 12ae675

Please sign in to comment.