forked from NERC-CEH/puppet-selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
28 lines (28 loc) · 844 Bytes
/
metadata.json
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
{
"name": "ceh-selenium",
"version": "1.4.2",
"author": "Centre for Ecology & Hydrology",
"license": "GPL-2.0",
"summary": "Sets up a selenium grid infrastructure with appium nodes",
"source": "https://github.com/NERC-CEH/puppet-selenium",
"project_page": "https://forge.puppetlabs.com/ceh/selenium",
"issues_url": "https://github.com/NERC-CEH/puppet-selenium/issues",
"tags": ["selenium", "appium", "mobile"],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04" ]
},
{
"operatingsystem": "Windows Server",
"operatingsystemrelease": [ "2008" ]
},
{
"operatingsystem": "Mac OS X",
"operatingsystemrelease": [ "Yosemite" ]
}
],
"dependencies": [
{ "name": "puppetlabs/concat", "version_requirement": ">=1.1.2 <2.0.0" }
]
}