Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Published HTML links - sorted by name #2612

nmanos ·
Hi,
We're running many tests on multiple servers in parallel. At the end of each parallel composition we publish an HTML report, and it adds the html link in the left side of the UI.

Is it possible to change the order of these links, for example, sort them by link name ?

Thanks,
Noam.
  • replies 3
  • views 2091
  • stars 0
robinshen ADMIN ·
This is not possible by now, please file an improvement request for this at track.pmease.com
nmanos ·
Opened: http://track.pmease.com/browse/QB-1867

How is it ordered currently, by modified date of the .startpages (in "$build.publishDir.absolutePath/html") ?

Thanks,
Noam.
robinshen ADMIN ·
The order is undetermined for now as QB simply calls JDK File.listFiles() to list various html report directories and show them one by one.