Skip to content

Commit f36a7d9

Browse files
committed
Update example config files
1 parent 03a4fd9 commit f36a7d9

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

examples/example_config.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[nosetests]
2-
with-testing_base=1
32
nocapture=1
43
logging-level=INFO
54
browser=chrome

integrations/docker/docker_config.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
[nosetests]
2-
with-selenium=1
3-
with-testing_base=1
4-
with-basic_test_info=1
52
nocapture=1
63
logging-level=INFO
Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[nosetests]
22
with-xunit=1
3-
with-selenium=1
43
server=[IF NOT RUNNING THE TESTS LOCALLY, ENTER_YOUR_SELENIUM_SERVER_HOSTNAME_HERE - MIGHT BE YOUR OWN, OR ON AN EC2 MACHINE, PORT 4444 LIKELY, OR YOU MIGHT BE USING BROWSERSTACK: *.browserstack.com, PORT 80 LIKELY. IF RUNNING LOCALLY REMOVE THIS ENTIRE LINE AND THE LINE WITH THE "PORT"!]
54
port=4444
6-
with-testing_base=1
7-
with-page_source=1
8-
with-screen_shots=1
95
with-s3_logging=0
106
with-db_reporting=0
11-
with-basic_test_info=1
127
nocapture=0

0 commit comments

Comments
 (0)