-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00c902a
commit 4e08d6e
Showing
4 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
Source ../partials/config.tape | ||
Require tree | ||
|
||
Hide | ||
Type "mkdir init-demo" | ||
Sleep 100ms | ||
Enter | ||
Type "changelog init" | ||
Sleep 100ms | ||
Enter | ||
Type "clear" | ||
Sleep 100ms | ||
Enter | ||
Show | ||
|
||
Type "ls" | ||
Sleep 100ms | ||
Enter | ||
Sleep 2500ms | ||
|
||
Type "changelog find" | ||
Sleep 100ms | ||
Enter | ||
Sleep 2500ms | ||
|
||
Type "mkdir -p some/deeply/nested/directory" | ||
Sleep 100ms | ||
Enter | ||
Sleep 2500ms | ||
|
||
Type "cd some/deeply/nested/directory" | ||
Sleep 100ms | ||
Enter | ||
Sleep 2500ms | ||
|
||
Type "changelog find" | ||
Sleep 100ms | ||
Enter | ||
Sleep 2500ms | ||
|
||
Type "# Still finds the 'nearest' CHANGELOG.md!" | ||
Sleep 5000ms | ||
Enter | ||
|
||
Hide | ||
Type "cd ../../../.." | ||
Sleep 100ms | ||
Enter | ||
Type "rm -rf init-demo" | ||
Sleep 100ms | ||
Enter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,4 +40,5 @@ Sleep 10000ms | |
|
||
Hide | ||
Type "rm CHANGELOG.md" | ||
Enter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,5 @@ Sleep 15000ms | |
|
||
Hide | ||
Type "rm CHANGELOG.md" | ||
Enter | ||
|