Getting started Community Training Tutorials Documentation APIs, AI & Tools
<munit-tools:store key="myKey">
<munit-tools:value>#[person : { name: 'John', lastName: 'Smith' }]</munit-tools:value>
</munit-tools:store>
Storage Event Processors
Storage Event Processors
You're viewing an older version of the documentation. You can switch to the latest version or use the version selector in the left navigation.
The Storage processors allows you to manage temporary storage during your tests.
All storage is cleared as soon as the test ends.
Stores the given data associated with the given key. If value not set, it defaults to the payload.
<munit-tools:store key="myKey">
<munit-tools:value>#[person : { name: 'John', lastName: 'Smith' }]</munit-tools:value>
</munit-tools:store>
Retrieves the data associated with the given key
<munit-tools:retrieve key="myKey"/>