Skip to content

Commit

Permalink
Merge pull request #8 from joonvena/fix/robot_options
Browse files Browse the repository at this point in the history
Fix robot_options & pabot_options
  • Loading branch information
joonvena authored Sep 30, 2021
2 parents c8957b8 + 82a8d9d commit 3434822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,5 @@ Available configurations in with block:
| screen_color_depth | 24 | Color depth of the virtual screen |
| screen_height | 1080 | Height of the virtual screen |
| screen_width | 1920 | Width of the virtual screen |
| robot_tests_dir | 'robot_tests' | Location of tests inside repository |
| robot_reports_dir | 'reports' | Location of report output from test execution |
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sudo mkdir $REPORTS_DIR && sudo chmod 777 $REPORTS_DIR
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 PABOT_OPTIONS="$PABOT_OPTIONS" \
-e ROBOT_OPTIONS="$ROBOT_OPTIONS" \
-v $REPORTS_DIR:/opt/robotframework/reports:Z \
-v $TESTS_DIR:/opt/robotframework/tests:Z \
--user $(id -u):$(id -g) \
Expand Down

0 comments on commit 3434822

Please sign in to comment.