Project restart
This commit is contained in:
26
doc/manual/sphinx/source/test_items/group_test_item.rst
Normal file
26
doc/manual/sphinx/source/test_items/group_test_item.rst
Normal file
@@ -0,0 +1,26 @@
|
||||
**group** test item
|
||||
============================================================
|
||||
|
||||
This element is of the following form:
|
||||
|
||||
.. code-block:: yaml
|
||||
:caption: ``group`` test item usage example
|
||||
|
||||
- group:
|
||||
name: Group Item
|
||||
condition: "'$(OS)' == 'Linux'"
|
||||
steps:
|
||||
- unittest_file:
|
||||
test_file: test_prod_rio6_8093.py
|
||||
test_method:
|
||||
...
|
||||
- sleep:
|
||||
timeout: 10
|
||||
|
||||
The ``group`` element is used to manage a sequence of item as a group.
|
||||
|
||||
Attributes
|
||||
--------------------
|
||||
|
||||
* The ``steps`` list describes the sequence executed in the group.
|
||||
It is a list of any of the testium test items,
|
||||
Reference in New Issue
Block a user