Skip to main content

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.

OperationWhat it does
list_pluginsThe catalog, with each plugin's install state for this project.
install_pluginEnable a catalog plugin for this project.
remove_pluginDisable a plugin for this project.
publish_pluginPublish a package to your workspace's catalog (and enable it here).
unpublish_pluginDelete a workspace-published plugin from the catalog.