How to automate actions.py for automated unit testing of logic?

Hi, I have been wondering if there’s an automated way to test the code in actions.py. I have integrated the bot to hit a SOAP request which is maintained in another script, called from the actions.py. I expect to have few more of these supplementary files as I proceed with the implementation. Now, if I could somehow test the code triggers in actions.py and the responses (from for e.g. dispatcher.utter_message(xyz)) by some automated logic it’d be a great help rather than having to pull the server down and then making changes.

hi @priyalParab ! welcome to the forum. There’s an open issue for this `rasa test` to include action server · Issue #6796 · RasaHQ/rasa · GitHub