Skip to content

Commit acfa70b

Browse files
committed
Update Docker tests to use --headless
1 parent 7638877 commit acfa70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/run_docker_test_in_chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33
# Run example test from inside Docker image
44
echo "Running example SeleniumBase test from Docker with headless Chrome..."
5-
cd /SeleniumBase/examples/ && nosetests my_first_test.py --config=docker_config.cfg --browser=chrome
5+
cd /SeleniumBase/examples/ && nosetests my_first_test.py --config=docker_config.cfg --browser=chrome --headless
66
exec "$@"

docker/run_docker_test_in_firefox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
set -e
33
# Run example test from inside Docker image
44
echo "Running example SeleniumBase test from Docker with headless Firefox..."
5-
cd /SeleniumBase/examples/ && nosetests my_first_test.py --config=docker_config.cfg --browser=firefox
5+
cd /SeleniumBase/examples/ && nosetests my_first_test.py --config=docker_config.cfg --browser=firefox --headless
66
exec "$@"

0 commit comments

Comments
 (0)