Skip to content

Test a Connector Application

Currently you can not test a Connector Application locally for Kelvin Platform compatibility.

It is possible to test your program to ensure it can connect and communicate with external sources by running the script normally.

Note

Use the config.yaml file to override default configurations in app.yaml or inject sensitive information (API keys, credentials, etc.) that should not be embedded in your Kelvin SmartApp™.

Click here for import or here for export to read more about this local testing feature.

Testing Connection code
python <SCRIPT_NAME>

If your Import or Export Connection Application uses specific Kelvin SDK features like Recommendations or Custom Actions, then you can also test locally first using the Kelvin test generator feature.

You can read more about the test generator here, or specific examples on Custom Actions generator here.