TestPipeline.execute()
Home > @backstage/plugin-search-backend-node
> TestPipeline
> execute
Execute the test pipeline so that you can make assertions about the result or behavior of the given test subject.
Signature:
execute(): Promise<TestPipelineResult>;
Returns:
Promise<TestPipelineResult>