Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
slapos
Commits
3ed2e7fe
Commit
3ed2e7fe
authored
Nov 12, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
9c4d1dd6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
71 additions
and
87 deletions
+71
-87
software/jstestnode/instance-jstestnode-input-schema.json
software/jstestnode/instance-jstestnode-input-schema.json
+71
-87
No files found.
software/jstestnode/instance-jstestnode-input-schema.json
View file @
3ed2e7fe
...
...
@@ -2,7 +2,7 @@
"$schema"
:
"http://json-schema.org/draft-07/schema#"
,
"description"
:
"Parameters to instantiate JSTestNode"
,
"additionalProperties"
:
true
,
"
common
"
:
{
"
properties
"
:
{
"test-suite"
:
{
"description"
:
"The test suite to run"
,
"type"
:
"string"
,
...
...
@@ -17,12 +17,12 @@
"format"
:
"uri"
,
"default"
:
"(the web server started by this instance)"
,
"example"
:
"https://softinst1234.host.vifib.net/"
}
},
"test-runner"
:
{
"oneOf"
:
[
{
"description"
:
"Configuration for Selenium server"
,
"type"
:
"object"
,
"description"
:
"Configuration for Selenium server"
,
"additionalProperties"
:
false
,
"required"
:
[
"desired-capabilities"
,
...
...
@@ -35,12 +35,6 @@
"type"
:
"string"
,
"const"
:
"selenium-server"
},
"test-suite"
:
{
"$ref"
:
"#/common/test-suite"
},
"remote-access-url"
:
{
"$ref"
:
"#/common/remote-access-url"
},
"server-url"
:
{
"description"
:
"URL of the selenium server"
,
"type"
:
"string"
,
...
...
@@ -76,8 +70,8 @@
}
},
{
"description"
:
"Configuration for Firefox"
,
"type"
:
"object"
,
"description"
:
"Configuration for Firefox"
,
"additionalProperties"
:
false
,
"properties"
:
{
"target"
:
{
...
...
@@ -85,32 +79,22 @@
"const"
:
"firefox"
,
"type"
:
"string"
,
"default"
:
"firefox"
},
"test-suite"
:
{
"$ref"
:
"#/common/test-suite"
},
"remote-access-url"
:
{
"$ref"
:
"#/common/remote-access-url"
}
}
},
{
"description"
:
"Configuration for NodeJS"
,
"type"
:
"object"
,
"description"
:
"Configuration for NodeJS"
,
"additionalProperties"
:
false
,
"properties"
:
{
"target"
:
{
"description"
:
"Target system"
,
"const"
:
"node"
,
"type"
:
"string"
},
"test-suite"
:
{
"$ref"
:
"#/common/test-suite"
},
"remote-access-url"
:
{
"$ref"
:
"#/common/remote-access-url"
}
}
}
]
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment