Skip to main content

Deploying & Testing

Introduction

Once connectors are built and mapped, you can deploy code and run tests for validation.

Purpose

To create production-grade mapping functions and verify their correctness before use.

Step By Step

  1. Click Deploy Connector from the Editing Connector screen to generate the code. Deploy Connector Button

  2. You are presented with 4 options: Deploy Connector Button Options

  3. Deploy to API currently sends the generated function to Karavan

  4. Regenerate Code recreates the code if you have seen any issues or made any changes

  5. Download Code allows admin users to download functions locally

  6. Click Test Connector* to:

    • Generate AI Inputs for test
    • Inputs: Source model data
    • Outputs: Transformed target model
    • Run the tests Test Connector screen
  7. If test fails:

    • Adjust rules
    • Click redeploy
    • Test again
    • Results appear within minutes for rapid iteration.

*Please note that Test Connector is currently in development