Test color : test cases colored with all build results

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
BtTest
TestLink user
Posts: 5
Joined: Thu Oct 15, 2015 8:07 pm

Test color : test cases colored with all build results

Post by BtTest »

Hi,

When I was using version 1.6 of testlink, test cases counters were coloured according to the last test case status in the tree.

With the 1.9.9 version, the test cases counters are coloured according to the last test case status but only of the last build.

How must I configure the server to have my test cases counters coloured according to the last test case status of all the build ?

Here are my parameters :
// ENABLED -> test cases will be coloured according to test case status
$tlCfg->exec_cfg->enable_tree_testcases_colouring = ENABLED;

// ENABLED -> test cases will be coloured according to execution status on build selected for execution
// DISABLED -> test cases will be coloured according status on latest execution regardless of selected build
// see http://mantis.testlink.org/view.php?id=3450 for more details
$tlCfg->exec_cfg->testcases_colouring_by_selected_build = DISABLED;

// ENABLED -> test case counters will be coloured according to test case status
$tlCfg->exec_cfg->enable_tree_counters_colouring = ENABLED;

For instance :
Total test cases : 100
Total test cases OK in build 1 : 10
10 new test cases OK in build 2 => total test cases OK : 20
15 new test cases OK in build 3 => total test cases OK : 35

My need is to have 35 green test cases in the tree and not only 15

Thanks
Matthieu
BtTest
TestLink user
Posts: 5
Joined: Thu Oct 15, 2015 8:07 pm

Re: Test color : test cases colored with all build results

Post by BtTest »

Someone can help me ? :?:

Thanks in advance
BtTest
TestLink user
Posts: 5
Joined: Thu Oct 15, 2015 8:07 pm

Re: Test color : test cases colored with all build results

Post by BtTest »

Seems near from this issue : http://mantis.testlink.org/view.php?id=6182
Post Reply