Skip to main content

Custom commands

Loadero provides several predefined custom commands you can use in your test scripts which extend Py-TestUI built-in commands. These commands provide additional functionality for various scenarios. These functions are separate and cannot be called in a chain with other functions.

custom_command()

The custom_command in this case references one of the commands described in further sections.

Local development

We have created the loadero-py-testui-commands repository, which is responsible for mocking Loadero custom command calls in your local development projects.

An installation guide and examples of usage can also be read in the repository GitHub page.