Method: Endpoints#get_results_for_run
- Defined in:
- lib/endpoints.rb
#get_results_for_run(run_id, opts = {}) ⇒ Object
Returns a list of test results for a test run
928 929 930 931 |
# File 'lib/endpoints.rb', line 928 def get_results_for_run(run_id, opts = {}) = param_stringify(opts) send_get("get_results_for_run/#{run_id.to_s}&#{}") end |