-
Notifications
You must be signed in to change notification settings - Fork 2
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
82 export report into html #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tonyshumlh Have you checked can we first transform the report into a pivot table, then output into HTML? I think the table is a bit hard to parse by eyes right now.
@SoloSynth1 I just had a discussion with @JohnShiuMK on the design of the report to be more human-readable. Great if you can comment on the design draft below. At the meantime, I will take ref of your checklist export function using Pandoc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tonyshumlh and @SoloSynth1 . Here's the error message I received:
.../test_creation/modules/checklist/checklist.py", line 116, in read
raise SyntaxError("Failed to parse the checklist. Make sure that it is a directory containing CSV files.")
SyntaxError: Failed to parse the checklist. Make sure that it is a directory containing CSV files.
which checklist file do you used?
@tonyshumlh Can't find the output report, it is not in report/ nor docs/. Where is it? |
To be closed after #95 is closed |
Please have the report HTML format v1 below.
I personally think that
line number
might not be necessary/good-to-have given thefile path
andfunction names
are provided