Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
398 views
in Technique[技术] by (71.8m points)

selenium webdriver - Plotting Graph in Jenkins for individual test case execution time for all the builds

I have to plot graphs in Jenkins which show the trend of builds comparing the test cases execution time. Suppose, every build has 2 test cases that are executed. I need to draw a graph in Jenkins which compares the execution time for the 1st test case for all the builds and similarly for the 2nd test case for all the builds.

Any leads would be appreciated.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I haven't tried this on my system yet.

You can try installing the Jenkins Plot plugin - https://plugins.jenkins.io/plot/

And to use this plugin, there's an article that you can refer - https://medium.com/@rachit.k.agrawal/how-to-configure-plot-plugin-in-jenkins-5b7ba81ce112


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...