Skip to content

Commit

Permalink
Update execute.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dchourasia authored Oct 15, 2022
1 parent a0bb1de commit 5085a82
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions execute.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
sudo mkdir $REPORTS_DIR && sudo chmod 777 $REPORTS_DIR
echo docker run \
--shm-size=$ALLOWED_SHARED_MEMORY \
-e BROWSER=$BROWSER \
-e ROBOT_THREADS=$ROBOT_THREADS \
-e PABOT_OPTIONS=$PABOT_OPTIONS \
-e ROBOT_OPTIONS=$ROBOT_OPTIONS \
-e SCREEN_COLOR_DEPTH=$SCREEN_COLOR_DEPTH \
-e SCREEN_HEIGHT=$SCREEN_HEIGHT \
-e SCREEN_WIDTH=$SCREEN_WIDTH \
-v $REPORTS_DIR:/opt/robotframework/reports:Z \
-v $TESTS_DIR:/opt/robotframework/tests:Z \
$IMAGE:$IMAGE_VERSION

docker run \
--shm-size=$ALLOWED_SHARED_MEMORY \
Expand Down

0 comments on commit 5085a82

Please sign in to comment.