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

Hypelinks between HTML report and landing page dumps #69

Open
mauromol opened this issue Jul 27, 2021 · 1 comment
Open

Hypelinks between HTML report and landing page dumps #69

mauromol opened this issue Jul 27, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@mauromol
Copy link
Contributor

mauromol commented Jul 27, 2021

When using -report -o somepath -rf html -tr --html-path somepath, it would be nice if spid_sp_test created hyperlinks between the index page and the landing page dumps (when clicking on the test number, for instance).

Problem: command line arguments are a bit messy. For this to work all the following conditions must be met:

  • reports should be requested (-report)
  • the report format must be HTML (-rf html)
  • responses should be tested (-tr)
  • the report output should be file rather than standard output (-o somepath)
  • the landing page dumps should be enabled (--html-path somepath)
  • relative links would be preferable, but for security reasons they probably require --html-path argument to be a subfolder of -o argument; in case the latter condition is not met, should absolute file:// links be created? Or should rather hyperlinks not be generated in this case?
@peppelinux
Copy link
Member

Many of your claims about the report paramenters have been refactored here, also thanks to your help
https://github.com/italia/spid-sp-test/releases/tag/v0.9.6

I think that hyperlinks from html report to response dumps is a must have.
Before doing that I have to get this done:
#72

@peppelinux peppelinux added the enhancement New feature or request label Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants