Plugins
Plugins extend what generated tests can do (email inboxes, SMS, data helpers, …). The catalog is DB-backed: official/global entries plus any packages your workspace published. Enablement is per project — installing a plugin adds it to that project's plugin list. Builtin plugins are always on and need no install.
info
A plugin may declare required variables/secrets (its requires list). Those environment names must be configured on the project before the plugin's steps can run — set them with set_variable / set_secret. See Variables & secrets.
| Operation | What it does |
|---|---|
list_plugins | The catalog, with each plugin's install state for this project. |
install_plugin | Enable a catalog plugin for this project. |
remove_plugin | Disable a plugin for this project. |
publish_plugin | Publish a package to your workspace's catalog (and enable it here). |
unpublish_plugin | Delete a workspace-published plugin from the catalog. |