You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
I am developing a few flex functions using flex-sdk. For now, I am running a local server using 'node .' and sending requests using PostMan. However, it's pretty manual process. I'd like to know if there is any best practice to automate unit or functional testing for those flex functions.
Hi,
I am developing a few flex functions using flex-sdk. For now, I am running a local server using 'node .' and sending requests using PostMan. However, it's pretty manual process. I'd like to know if there is any best practice to automate unit or functional testing for those flex functions.