Skip to content

About plugins

Plugins are individual tasks that you can combine to create jobs and customize your workflow. You can create your own plugins or use and customize plugins shared by the OpenTestFactory community.

About plugins

You can create plugins by writing custom code that interacts with your workflow in any way you would like, including integrating with any available third-party API. For example, a task can send SMS alerts when urgent issues are created.

You can write your own plugins to use in your workflow or share the plugins you build with the OpenTestFactory community.

Plugins can run directly on a machine or in a Docker container. You can define a plugin’s inputs, outputs, and environment variables.

Type of plugins

You can build plugins using any technology you like.

TODO