I am making a Zapier CLI integration for an app that uses OAuth2 authentication. How can I authenticate to run my tests locally?
In other words, is there a means of running the existing OAuth2 code workflow using configuration in index.js so I can inject it into my test bundle.authData?