Is There a Way to Test Just One Module Without Running the Full Automation?

Hi everyone,

I’m currently facing an issue with my automation setup. Whenever I need to test just one specific module, I have to run the entire automation suite to get the same data I need for testing. This is time-consuming and inefficient, especially when I only want to focus on a single module.

Has anyone encountered this issue before? Is there a way to isolate and test just one module without running the full automation? Any tips, tools, or workarounds would be greatly appreciated!

Thanks in advance for your help!

Best,

Watch this:

Make - make my day ( :

2 Likes

Hello @Yassir_Boumezzourh ,
You can use Run this module only option from right mouse click menu.
Regards,

You can copy an example “Output Bundle” from a previous module, and place it in a Parse JSON module just before the module you want to test from. You may have to temporarily remap some variables.

To do this, you can try using the JSON “Parse JSON” module, and set the trigger to it.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.