Files
testium/doc/manual/sphinx/source/test_items/let_test_item.rst
François 60636b4fd2 processes management refundation.
Evaluation removed from conditions, let and exit_conditional
2026-01-25 15:03:52 +01:00

22 lines
526 B
ReStructuredText

**let** test item
============================================================
This element is of the following form:
.. code-block:: yaml
:caption: ``let`` test item usage example
- let:
name: Let Item
values:
key1: value1
key2: value2
key3: $| $(variable)[$(loop_index)] |
The ``let`` element is used to set values in the global directory.
Attributes
----------------
* The ``values`` list gives the {<key>, <value>} couples to set in the
global directory,