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

HTML report is not able to display test details page outside the teamengine. #231

Closed
keshavnangare opened this issue Sep 6, 2017 · 7 comments
Assignees
Labels
Milestone

Comments

@keshavnangare
Copy link
Contributor

When we opened the index.html page from the html report and if we click on any test to see the detail test result it is failed to open that page.

The HTML test details result page should be accessed outside teamengine.

@keshavnangare
Copy link
Contributor Author

Fixed with this commit: 0fe2421

@dstenger
Copy link
Contributor

Test

Retrieve zip-file:
GET http://localhost:8081/teamengine/rest/suites/wfs20/1.26/run?wfs=http://cite.deegree.org/deegree-webservices-3.4-RC3/services/wfs200?service=WFS%26request=GetCapabilities
Header: Accept: application/zip

Unpack retrieved zip-file, open index.html and navigate through tests.

@dstenger
Copy link
Contributor

In general, navigation works now.

But, not all required files are available.
E.g. after executing wfs20 test suite, following files are missing:

  • invokeGetFeatureById.html#invokeGetFeatureById
  • describeAllStoredQueries.html#describeAllStoredQueries
  • listStoredQueries.html#listStoredQueries
  • plus more.

@keshav-nangare Please analyse this error and create a new issue if it is not related to this issue.

@dstenger
Copy link
Contributor

dstenger commented Sep 19, 2017

Also, if Web-GUI is used, navigation through HTML pages does not work anymore.
For example, http://localhost:8081/teamengine/dataAreAvailable.html#dataAreAvailable is called and HTTP status code 404 is returned as this page does not exist.

@keshavnangare
Copy link
Contributor Author

keshavnangare commented Sep 19, 2017

The xslt failed to create the test detail page for those tests due to the same test name. This issue is occurred in wfs20 test.

We already created this issue here: #212

@dstenger
Copy link
Contributor

Ok, so this bug is covered by #212 then.

Nevertheless, #231 (comment) should be solved as part of this issue.
@keshav-nangare Can you please take a look at it?

@dstenger
Copy link
Contributor

Fix: 6d6d63f

Execute same test as in #231 (comment) -> Successful
Also, issue documented in #231 (comment) is solved.

@dstenger dstenger added this to the 5.0 milestone Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants