~pieq/checkbox/1624968-updated-docking-tests

« back to all changes in this revision

Viewing changes to checkbox-ng/docs/launcher-tutorial.rst

"automatic merge of lp:~kissiel/checkbox/launchers-doc-update/ by tarmac [r=jocave][bug=][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
 
199
199
``type``
200
200
 
201
 
Type of UI to use. This has to be set to ``interactive``, ``silent`` or
202
 
``converged``.
 
201
Type of UI to use. This has to be set to ``interactive``, ``silent``,
 
202
``converged``, or ``converged-silent``.
203
203
Default value: ``interactive``, which runs the Checkbox command line version.
204
 
Note: the ``converged`` UI type will launch the QML interface and requires
205
 
checkbox-converged to be installed on your system.
206
 
Note: using ``silent`` UI type requires forcing test selection and test plan
207
 
selection.
 
204
Note: the ``converged`` and ``converged-silent`` UI types will launch the QML
 
205
interface and requires checkbox-converged to be installed on your system.
 
206
Note: using ``silent`` or ``converged-silent`` UI types requires forcing
 
207
test selection and test plan selection.
208
208
 
209
209
``dont_suppress_output``
210
210