Skip to content

Commit

Permalink
feat(#687): add start_offset
Browse files Browse the repository at this point in the history
  • Loading branch information
tamara-slosarek authored and tamslo committed Mar 19, 2024
1 parent ea1d5be commit 335812e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/generate_screendocs/generate_screencast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cuts_log_path="${output_directory}cuts.log"
flutter_log_path="${output_directory}flutter.log"
full_video_path="${output_directory}full.mov"

end_offset=3
start_offset=3
end_offset=1

timestamp_prefix="TIMESTAMP: "

Expand Down Expand Up @@ -38,7 +39,7 @@ if $redo_recording; then
--driver=generate_screendocs/test_driver.dart \
--target=generate_screendocs/screencast_sequence.dart \
--dart-define=TIMESTAMP_PREFIX="$timestamp_prefix" \
--dart-define=START_OFFSET="$end_offset" \
--dart-define=START_OFFSET="$start_offset" \
--dart-define=TEST_USER="$username" \
--dart-define=TEST_PASSWORD="$password" | tee "$flutter_log_path"

Expand Down

0 comments on commit 335812e

Please sign in to comment.