...
Test Automation provides a way for you to define tests. These are often used as smoke tests to ensure that the deployment completed successfully. They can also be used to run regression tests and any other testing that is targeted to the deployed target. Tests can be executed as part of build, deploy or utility workflow executions as well.
The Test Automation configurations, defined in YAML, are found in the project configuration.
...
Open the project you would like to add automated testing to and click Get Started.
...
A guide to getting started will be shown, similar to the following:
...
Armed with this information, type test- and select a tool you want to use for running tests.
...
When you choose a workflow name, consider including one of the values from the workflow prefix table
Workflow Inputs
Workflow inputs specified in the YAML configuration directly correspond with the inputs as seen in the workflow definition.
...
Then, add it to your workflow inputs and map it to your endpoint selection override. It controls where the test will be run.
...