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

Add junit reporter #148

Closed
victorb opened this issue Sep 4, 2017 · 5 comments
Closed

Add junit reporter #148

victorb opened this issue Sep 4, 2017 · 5 comments
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up

Comments

@victorb
Copy link
Member

victorb commented Sep 4, 2017

When running the tests, it'll be useful for Jenkins integration if we could output test results in junit format. That way, we can show the tests directly in the UI. Not urgent but nice-to-have feature.

Could be controlled by environment variable, so it's only used when necessary (in CI)

@victorb victorb added the kind/enhancement A net-new feature or improvement to an existing feature label Sep 4, 2017
@dignifiedquire dignifiedquire changed the title Add junit reporter to mocha Add junit reporter Sep 4, 2017
@dignifiedquire
Copy link
Member

We are not using mocha anymore technically. There is a junit reporter for karma which we can use and there is a plugin for jest:

PRs are welcome.

I suggest this should be controlled by AEGIR_REPORTER='junit'

@victorb
Copy link
Member Author

victorb commented Sep 4, 2017

Ah, cool that it exists for karma and jest as well. Yeah, I'll see if I can get something together in the future.

@dignifiedquire dignifiedquire added the help wanted Seeking public contribution on this issue label Sep 4, 2017
@daviddias daviddias added the status/deferred Conscious decision to pause or backlog label Sep 13, 2017
@daviddias daviddias added exp/expert Having worked on the specific codebase is important status/ready Ready to be worked and removed status/deferred Conscious decision to pause or backlog labels Oct 17, 2017
@daviddias
Copy link
Member

@victorbjelkholm is this something you will be pursuing this quarter for testing/team dev enablement?

@daviddias daviddias added the P2 Medium: Good to have, but can wait until someone steps up label Oct 17, 2017
@mkg20001
Copy link
Contributor

mkg20001 commented Oct 2, 2018

mocha-jenkins-reporter has been added. Can this be closed?

@victorb
Copy link
Member Author

victorb commented Oct 3, 2018

@mkg20001 yes, it can, thanks! :)

@victorb victorb closed this as completed Oct 3, 2018
@ghost ghost removed the status/ready Ready to be worked label Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue kind/enhancement A net-new feature or improvement to an existing feature P2 Medium: Good to have, but can wait until someone steps up
Projects
None yet
Development

No branches or pull requests

4 participants