Skip to content

Commit

Permalink
chore: improve run_e2e_tests script [skip app] [skip tests]
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan-greffe committed Apr 5, 2024
1 parent 8cdeef5 commit 27c2696
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/run_e2e_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -euo pipefail
APP=$1
SLACK_WEBHOOK=$2

GOOGLE_LOGS_LINK=""
SCREEN_LINK=""
GOOGLE_LOGS_LINK="https://github.com/kalisio/kApp"
SCREEN_LINK="https://github.com/kalisio/kApp"

CURRENT_DATE=$(date +"%d-%m-%Y")

Expand Down Expand Up @@ -36,7 +36,6 @@ yarn test:client > "$ROOT_DIR/test/run/chrome/google_logs.txt" 2>&1
## Upload logs & screenshots to S3
##

cd "$ROOT_DIR/test"
zip -r "$ROOT_DIR/test/screenshots.zip" run

rclone copy "$ROOT_DIR/test/run/chrome/google_logs.txt" "ovh-s3:/dev/e2e_tests/$APP/$CURRENT_DATE"
Expand Down

0 comments on commit 27c2696

Please sign in to comment.