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

Jenkins integration: provide a nice HTML report #1

Open
sneumann opened this issue Nov 14, 2016 · 1 comment
Open

Jenkins integration: provide a nice HTML report #1

sneumann opened this issue Nov 14, 2016 · 1 comment

Comments

@sneumann
Copy link
Member

sneumann commented Nov 14, 2016

Hi, if a wft4galaxy test suite is run, it would be great
if there was a human readable output. Maybe akin to https://wiki.jenkins-ci.org/display/JENKINS/Test+Results+Analyzer+Plugin . There seem to be also some hints here: http://stackoverflow.com/questions/8079071/xml-format-specification-dtd-xsd-for-unit-test-reports
Yours, Steffen

@ilveroluca
Copy link
Member

Currently the output is generated by Python's unittest.TextTestRunner, though it can get messy if the options --debug or --enable-logger are used.

Providing a graphical report could be done by implementing a new component and refactoring the existing wft4galaxy script.

kikkomep added a commit that referenced this issue May 26, 2017
…rmat

Change `--xunit` argument to more generic `--output-format xunit`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants