Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUnit XML View #121

Open
tomasnorre opened this issue Nov 1, 2014 · 3 comments
Open

JUnit XML View #121

tomasnorre opened this issue Nov 1, 2014 · 3 comments

Comments

@tomasnorre
Copy link
Contributor

Hi,

I'm considering implementing some performance testing in my deployment pipeline, and therefore i'm considering xhprof, i'm already using it in my development environment, so it's a familiar tool to me.

I'm considering to implement a JUnit xml view, so that it can be use inside of jenkins, so see if the performance changes over time, on a predefined set of visited URL's at the website.

Do you have any notes to add to this, and how do you like the idea?

@preinheimer
Copy link
Contributor

Interesting, how much data does JUnit need? The full performance set, or just the overall data?

@markstory
Copy link
Member

I would be interested to see the workflow for how the request would be made and correct request found later in xhgui.

I think having machine readable outputs like xml files is a good idea.

@tomasnorre
Copy link
Contributor Author

I don't know yet how much data i want, i'm right now working on a proof of concept where i have the runlist as xml.

localhost:8002/xml i expect this to be fetch on the jenkins node, with a curl or wget, as simple as possible is my goal.

Right now, i just implemented an extra controller and views + templates, quite simple and works fine.

My next step will be to inplement it in jenkins and see how it goes.

If you have any ideas or input just let me know. I really like this tool, so what ever i can do to help improve it i'll do :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants