CountTestSteps
TestReportService
CountTestSteps
Counts test steps with optional filtering
GET
CountTestSteps
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
A Common Expression Language (CEL) filter string.
Available fields to filter by are test_step_id, test_report_id, parent_step_id, name,
description, step_type, step_path, status, start_time, end_time,
error_code, error_message, created_date, modified_date, and metadata.
Metadata can be used in filters by using metadata.{metadata_key_name} as the field name.
For further information about how to use CELs, please refer to this guide.
Response
A successful response.