📄️ 1. Flow tests
For each flow, we can add their own tests to test the stability of individual flows by testing calculators and executor js.
📄️ 2. Initial params
In Initial params, we need to provide the required params when the flow is starting. We use here key-value structure.
📄️ 3. User inputs
It's almost the same here, but for User inputs, we need to provide keys and values from the 'User inputs' node itself.
📄️ 4. Mocks
In Mocks, we need to add a path from the flow requests and the Data.
📄️ 5. Assert
For each mock test, we have its own Assert. A mock can only have one assert.