Answered

REST API to get the Test Cases result

Hi,

is it possible to provide an REST API to get the Test Cases result. And user can apply filter such as execution id range, date time or case name.

0
1 comment
Avatar
Joseph Hamdan

Hi Cody,

If you are using execution sets, you can use the callback section to interact with an API endpoint and pass values from execution to that endpoint. The following variables can be used in the REST Connection Payload section:


Execution Level Variables:

@execution_passed_on_retry

@execution_build

@execution_state

@execution_pending

@execution_failed

@execution_total

@pass_rate

@execution_result

@execution_set_id

@execution_id

@execution_set_name

 

Test Case Level Variables:

@test_case_name

@test_case_suite_name

@test_case_execution_id

@test_case_description

@test_case_execution_start_timestamp

@test_case_execution_end_timestamp

@test_case_execution_video_url

@test_case_execution_image_url

@test_case_execution_log_url

@test_case_execution_status

@test_case_execution_duration

@test_case_execution_actual_duration

@test_case_execution_start_date_time

@test_case_execution_end_date_time

@test_case_execution_failed_messages

@test_case_execution_defect_tracking_id

Regards,
Subject7 Team"

0
Comment actions Permalink

Please sign in to leave a comment.