Perfomatic:API: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 37: Line 37:
             },
             },
             'date_run':1208830929,
             'date_run':1208830929,
             'average':92.4
             'average':92.4,
            'annotations': [
                {
                    'note':'Something happened here',
                    'bug_id':988740
                }
            ]
         },
         },
         {
         {
Line 50: Line 56:
             'average':87.3
             'average':87.3
         }                   
         }                   
    ]
}
* '''/testrun/get/'''''testRunId'' - returns test run results for a specific test_run_id
** Example response
{
    'stat':'ok',
    'values':[
        'id':1,
        'value':22.3,
        'page':'www.yahoo.com'
     ]
     ]
  }
  }
* '''/testrun/get/'''''testRunId'' - returns test run results for a specific test_run_id,
975

edits

Navigation menu