diff options
author | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-08-12 21:56:44 +0200 |
commit | ea346a785dc1b3f7c156f6fc33da634e1f1a627b (patch) | |
tree | af67530553d20b6e82ad60fd79593e9c4abf5565 /misc/openlayers/tests/selenium/remotecontrol/config.cfg | |
parent | 59741cd535c47f25971bf8c32b25da25ceadc6d5 (diff) | |
download | postrunner-ea346a785dc1b3f7c156f6fc33da634e1f1a627b.zip |
Adding jquery, flot and openlayers to be included with the GEM.v0.0.4
Diffstat (limited to 'misc/openlayers/tests/selenium/remotecontrol/config.cfg')
-rw-r--r-- | misc/openlayers/tests/selenium/remotecontrol/config.cfg | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/misc/openlayers/tests/selenium/remotecontrol/config.cfg b/misc/openlayers/tests/selenium/remotecontrol/config.cfg new file mode 100644 index 0000000..764bd3d --- /dev/null +++ b/misc/openlayers/tests/selenium/remotecontrol/config.cfg @@ -0,0 +1,48 @@ +[config] +server=http://openlayers.org/ +url=/dev/tests/run-tests.html?run=all&windows=none + +[local_ff] +host=localhost +browserCmd=firefox +comment=Firefox on localhost + +[local_safari] +host=localhost +browserCmd=safari +comment=Safari on localhost + +#[ie6-winxp] +#host=208.80.142.184 +#browserCmd=iexploreproxy C:\Program Files\MultipleIEs\IE6\iexplore.exe +#comment=IE6 on WinXP + +[ie7-winxp] +host=208.80.142.184 +browserCmd=iexploreproxy +comment=IE7 on WinXP + +# Running on alta: debian etch +[opera-winxp] +host=208.80.142.184 +browserCmd=opera C:\Program Files\Opera 9\Opera.exe +comment=Opera on WinXP + +# Running on alta: debian etch +[opera] +host=208.80.142.140 +browserCmd=opera +comment=Opera on Debian Etch + +# Running on alta: Debian Etch +[firefox2] +host=208.80.142.140 +browserCmd=firefox /usr/lib/iceweasel/firefox-bin +comment=Iceweasel 2 on Debian Etch + +# Running on alta: Debian Etch +[firefox3] +host=208.80.142.105 +browserCmd=firefox /usr/lib/firefox-3.0.1/firefox-bin +comment=FF3 on Ubuntu + |