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

Publish Gradle-generated Spock HTML test reports on the CI server #15

Open
msgilligan opened this issue Jan 20, 2015 · 5 comments
Open

Comments

@msgilligan
Copy link
Member

It would be nice to have access to the Gradle-generated Spock HTML reports that are generated on the CI server. There must be a Jenkins plugin to do this -- either a generic HTML publishing plugin or one specific to Gradle.

@msgilligan
Copy link
Member Author

Note: they are currently available in the workspace area for each job on the server (which requires a CI server login to view):

@dexX7
Copy link
Member

dexX7 commented Jan 23, 2015

I'm still not familiar with Jenkins, but I would assume you could copy/move/upload the test report results into a web dir. As far as I can see there are already build artifacts available of the Master Core binaries.

@dexX7
Copy link
Member

dexX7 commented Feb 9, 2015

@msgilligan: as the reports are available, is there anything you have in mind what's missing here?

@msgilligan
Copy link
Member Author

The Jenkins-formatted reports are archived with each job, but the Gradle-formatted reports are not. I just need to figure out what the best way to start archiving them with Jenkins.

@msgilligan
Copy link
Member Author

Commit 1241436 consolidates all the Gradle-generated test reports for the OmniJ submodule unit tests into a single directory: $buildDir/reports/allTests, so that's a step in the right direction.

If you have a Jenkins login you should be able to see them at /job/OmniJ/ws/build/reports/allTests/index.html

@msgilligan msgilligan changed the title Export Spock HTML tests results on the CI server Publish Gradle-generated Spock HTML tests results on the CI server Apr 14, 2015
@msgilligan msgilligan changed the title Publish Gradle-generated Spock HTML tests results on the CI server Publish Gradle-generated Spock HTML test reports on the CI server Apr 14, 2015
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

2 participants