Saliha M'rad
Saliha M'rad

Reputation: 89

Can i have Test execution (Robot FR) statistics as custom statistics chart in teamcity statistics Tab?

i'm trying to display test results statistics in the statistics tab in Teamcity, so i will be able to see if a test is always failed (for example) via the static chart.

Any suggestions?

Upvotes: 1

Views: 124

Answers (1)

Saliha M'rad
Saliha M'rad

Reputation: 89

Solved by using the : "Providing data using the teamcity-info.xml file" here after creating the "teamcity-info.xml" file in the root of the build, i create a custom chart with the keys : chart1Key / chart2Key (existing in the "teamcity-info.xml" file). So i will be able to see the OK/KO tests percents. Find here the Result

Upvotes: 2

Related Questions