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

CruiseControl.Net Unable to find html file when Tests fail #279

Open
fractalocity opened this issue Sep 18, 2019 · 0 comments
Open

CruiseControl.Net Unable to find html file when Tests fail #279

fractalocity opened this issue Sep 18, 2019 · 0 comments

Comments

@fractalocity
Copy link

fractalocity commented Sep 18, 2019

If all tests pass, everything is good and the *.html report will display in CruiseControl.Net (the link to the *.html file works). However, if any of the test fail, the *.html file will not get displayed in CruiseControl.Net.

How do I correct this? I am guessing this happens because when a test fails, CCNet will not concatenate the build number into the *.xml file name. The *.xml file then cannot find the associated *.html file which exists in a folder named with the build number.

The *.html file does successfully get copied to the artifact directory, the CCNet just doesn't know how to find it since the build number wasn't concatenated into the *.xml's file name.

If I manually add the 'Lbuild.x.x.xxxxx' to the end of the *.xml file name, then everything works and and the link to the *.html page works when CruiseControl.Net is display in the web browser.

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

1 participant