Skip to content

Commit

Permalink
test empty dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebrovinny committed Jan 26, 2025
1 parent b3401b9 commit 7f27027
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test-cases/check-atmos-help-in-empty-dir.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: "check atmos --help in empty-dir"
enabled: true
snapshot: true
description: "Test 'atmos --help' command in empty directory"
workdir: "fixtures/scenarios/empty-dir"
command: "atmos"
args:
- --help
expect:
diff:
- "──────────────────────────────────────────────────────────────"
- "Update available!"
- "Atmos Releases:"
- "Install Atmos:"
exit_code: 0

0 comments on commit 7f27027

Please sign in to comment.