You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Using the HTML reporter, expecting similar output in the HTML as the console output. However, the summary at the bottom is missing. Something like this is missing in the HTML:
complete: 11 passing, 0 failing, 0 errors, 7 skipped, 18 total
complete: Tests took 5334ms
What command line options do you use?
$ dredd swagger.yaml https://0.0.0.0:8080 -f validator/hooks.py -a python -r html -o page.html
What is in your dredd.yml?
N/A
What's your dredd --version output?
dredd v5.1.5 (Linux 4.4.0-116-generic; x64)
Does dredd --level=debug uncover something?
No
Can you send us failing test in a Pull Request?
No
The text was updated successfully, but these errors were encountered:
Hello @garyluu, thank you for the report. I don't have time to look into this at the moment, it would be a great help if you would be willing to look into this - it won't take much time probably, good starting point would be html-reporter.js file.
Describe your problem
Using the HTML reporter, expecting similar output in the HTML as the console output. However, the summary at the bottom is missing. Something like this is missing in the HTML:
What command line options do you use?
What is in your
dredd.yml
?N/A
What's your
dredd --version
output?Does
dredd --level=debug
uncover something?No
Can you send us failing test in a Pull Request?
No
The text was updated successfully, but these errors were encountered: