Skip to content

Commit

Permalink
chore: redirect output to a log file [skip tests] [skip app]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Apr 1, 2024
1 parent 0a38836 commit 5838cea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ trap 'slack_e2e_report "$APP" "$?" "$SLACK_WEBHOOK"' EXIT
## Run tests & redirect output to a log file
##

mkdir -p "$ROOT_DIR/test/run"
yarn test:client > "$ROOT_DIR/test/run/e2e_test_log.txt" 2>&1

## Upload logs & screenshots to S3 bucket
Expand Down

0 comments on commit 5838cea

Please sign in to comment.