cunderw
11 years agoCommunity Hero
This is already supported via scripting.
function test() {
var str = Project.TestItems.TestItem(0).Iteration + " / " + Project.TestItems.TestItem(0).Count;
Indicator.PushText(str);
}
This is already supported via scripting.
function test() {
var str = Project.TestItems.TestItem(0).Iteration + " / " + Project.TestItems.TestItem(0).Count;
Indicator.PushText(str);
}