File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
set -e
3
3
# Run example test from inside Docker image
4
4
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
6
6
exec " $@ "
Original file line number Diff line number Diff line change 2
2
set -e
3
3
# Run example test from inside Docker image
4
4
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
6
6
exec " $@ "
You can’t perform that action at this time.
0 commit comments