-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpybot.cfg
52 lines (41 loc) · 1.24 KB
/
pybot.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[buildout]
extensions = mr.developer
parts =
instance
zopepy
plonesite
robot
selenium
library-settings
extends = devel-4.2.cfg
find-links +=
http://packages.affinitic.be/simple
versions = versions
auto-checkout += robotframework-seleniumlibrary
[versions]
robotframework = 2.6.2-st
collective.recipe.plonesite = 1.5
[sources]
robotframework-seleniumlibrary = hg https://gotcha-mouse-at-commands.googlecode.com/hg/gotcha-mouse-at-commands
#collective.recipe.seleniumrc = svn https://svn.plone.org/svn/collective/buildout/collective.recipe.seleniumrc/trunk
#collective.recipe.plonesite = svn https://svn.plone.org/svn/collective/buildout/collective.recipe.plonesite/trunk
[plonesite]
recipe = collective.recipe.plonesite
instance = instance
site-id = Plone
[robot]
recipe = zc.recipe.egg
eggs = robotframework
robotframework-seleniumlibrary
[selenium]
recipe = hexagonit.recipe.download
download-only = true
url = http://selenium.googlecode.com/files/selenium-server-standalone-2.17.0.jar
filename = selenium-server.jar
[library-settings]
recipe = collective.recipe.template
input = templates/library-settings.txt.in
output = ${buildout:directory}/acceptance-tests/library-settings.txt
[instance]
eggs +=
zc.recipe.egg