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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Steven Gueguen
slapos
Commits
d9150ca2
Commit
d9150ca2
authored
Jun 05, 2021
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/jstestnode: fix typos and give examples in json schema
parent
f3da4b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
6 deletions
+36
-6
software/jstestnode/instance-jstestnode-input-schema.json
software/jstestnode/instance-jstestnode-input-schema.json
+36
-6
No files found.
software/jstestnode/instance-jstestnode-input-schema.json
View file @
d9150ca2
...
...
@@ -23,6 +23,31 @@
"example"
:
"https://softinst1234.host.vifib.net/"
},
"test-runner"
:
{
"default"
:
{
"target"
:
"firefox"
},
"examples"
:
[
{
"target"
:
"selenium-server"
,
"server-url"
:
"https://selenium.example.com"
,
"desired-capabilities"
:
{
"browserName"
:
"firefox"
,
"version"
:
"68.0.2esr"
,
"acceptInsecureCerts"
:
true
}
},
{
"target"
:
"selenium-server"
,
"server-url"
:
"https://selenium.example.com"
,
"desired-capabilities"
:
{
"browserName"
:
"chrome"
,
"version"
:
"91.0.4472.101"
}
},
{
"target"
:
"node"
}
],
"oneOf"
:
[
{
"type"
:
"object"
,
...
...
@@ -46,14 +71,14 @@
"format"
:
"uri"
},
"verify-server-certificate"
:
{
"description"
:
"Verify the SSL/TLS
Certificats
of the selenium server when using HTTPS"
,
"description"
:
"Verify the SSL/TLS
certificate
of the selenium server when using HTTPS"
,
"type"
:
"boolean"
,
"default"
:
true
},
"server-ca-certificate"
:
{
"description"
:
"PEM encoded bundle of CA
Certificates to verify the SSL/TLS C
ertificate of the selenium server when using HTTPS"
,
"description"
:
"PEM encoded bundle of CA
certificates to verify the SSL/TLS c
ertificate of the selenium server when using HTTPS"
,
"type"
:
"string"
,
"default"
:
"
r
oot certificates from http://certifi.io/en/latest/"
"default"
:
"
R
oot certificates from http://certifi.io/en/latest/"
},
"desired-capabilities"
:
{
"description"
:
"Desired browser capabilities"
,
...
...
@@ -63,8 +88,13 @@
"type"
:
"object"
,
"properties"
:
{
"browserName"
:
{
"description"
:
"Name of the browser being used, for example firefox, chrome"
,
"type"
:
"string"
"description"
:
"Name of the browser being used"
,
"type"
:
"string"
,
"examples"
:
[
"firefox"
,
"chrome"
,
"safari"
]
},
"version"
:
{
"description"
:
"The browser version"
,
...
...
@@ -77,7 +107,7 @@
{
"type"
:
"object"
,
"title"
:
"Firefox"
,
"description"
:
"Configuration for
Firefox
"
,
"description"
:
"Configuration for
using firefox running as a sub-process
"
,
"additionalProperties"
:
false
,
"properties"
:
{
"target"
:
{
...
...
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