Custom Connector and Code-Native Integration Testing with Prism
You can test both code-native integrations and custom connectors using the Prism CLI tool.
To test a code-native integration's flow from the command line, use prism integrations:flows:test
.
See Testing Code-Native Integrations for more information.
To test a custom connector, use prism components:dev:test
.
See Unit Testing Custom Connectors for more information.