Quantcast
Channel: Gurock Software Support Forum
Viewing all articles
Browse latest Browse all 829

UI Script to set default sorting of Test Runs

$
0
0

Is it possible to change the default sort value for test runs to be by Status_ID?  To give you a scale of what I want to reference it could pertain to either the individual grouping of test cases within a run to  their status ID or the entire document of test runs to status ID.

I've tried two UI Scripts, one running App.Tables.group_by = 'cases:status_id'; and the other running App.Runs.setTestGrouping('tests:status_id');.

Currently neither of my scripts work.  I'm not sure if that means I'm referencing these calls incorrectly(I'm not extremely familiar with javascript, learning as I go) , or if these are default values set by test rails that override my UI Scripts.

Any help would be appreciated.


Viewing all articles
Browse latest Browse all 829

Trending Articles