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

test reports #10

Closed
noamc opened this issue Dec 11, 2018 · 1 comment
Closed

test reports #10

noamc opened this issue Dec 11, 2018 · 1 comment
Labels
documentation This issue is related to missing documentation question A question

Comments

@noamc
Copy link

noamc commented Dec 11, 2018

Hi,

I used to work through Jenkins and see all nice GUI reports and statistics about my running tests.
Is there a way to connect new TBOT to Jenkins?
How do I see reports/statistics of my regressions?
Any snapshot examples somewhere I can view?

Regards,
Noam

@Rahix
Copy link
Owner

Rahix commented Dec 11, 2018

Hi Noam!

Yes, tbot generates a logfile which can then be parsed by a so called "generator". For Jenkins there is the junit generator which generates a junit xml file that Jenkins can then display.
There are also other generators, for example an html-log generator which doesn't need Jenkins for visualizing the test run.

To use the generators, call tbot with --log (to have a predictable logfile location):

$ tbot --log /tmp/tbot-log.json <...>
$ /path/to/tbot/generators/junit.py /tmp/tbot-log.json >/tmp/junit.xml

To be quite honest, this part of tbot isn't very mature yet, so if it doesn't work as it should, please file a bug report or feature request!

@Rahix Rahix added question A question documentation This issue is related to missing documentation labels Dec 11, 2018
@Rahix Rahix closed this as completed Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This issue is related to missing documentation question A question
Projects
None yet
Development

No branches or pull requests

2 participants