Skip to content

Commit

Permalink
debug broken tapes
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Dec 25, 2024
1 parent 513c8e2 commit 6c63877
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions demo/recordings/demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Type "# First check you have Atmos installed" Sleep 500ms Enter
Type "atmos version" Sleep 500ms Enter
Sleep 1s

Type "# Now let's explore the Quick Start example" Sleep 500ms Enter
Type "cd examples/quick-start-advanced" Sleep 500ms Enter
#Type "# Now let's explore the Quick Start example" Sleep 500ms Enter
#Type "cd examples/quick-start-advanced" Sleep 500ms Enter

Type "ls -al --color=force" Sleep 500ms Enter
Sleep 1s
#Type "ls -al --color=force" Sleep 500ms Enter
#Sleep 1s

Type "# We will start by installing some 3rd-party components and other artifacts..." Sleep 500ms Enter
Type "atmos vendor pull" Sleep 500ms Enter
Sleep 9s
#Type "# We will start by installing some 3rd-party components and other artifacts..." Sleep 500ms Enter
#Type "atmos vendor pull" Sleep 500ms Enter
#Sleep 9s

#Type "# In Atmos you can easily explore components, stacks, and run commands..." Sleep 500ms Enter
#Type "atmos" Sleep 500ms Enter
Expand Down
6 changes: 4 additions & 2 deletions demo/recordings/style.tape
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Set CursorBlink true
Set Margin 20
Set MarginFill "#674EFF"

Set Width 1400
Set Height 800
#Set Width 1400
#Set Height 800
Set Width 1200
Set Height 600

Set PlaybackSpeed 1

0 comments on commit 6c63877

Please sign in to comment.