posit-dev / posit-dev/pointblank
Output HTML to a folder
Open
@rich-iannone is already working on this.
Since Mar 9, 2025.
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium
Type: ★ Enhancement
- Dominant language
- Python
- Stars
- 490
- Forks
- 32
- Avg merge
- 14h 24m
- Merged PRs (30d)
- 2
Description
Prework
- Read and abide by the pointblank code of conduct and contributing guidelines.
- Search for duplicates among the existing issues (both open and closed).
Proposal
It would be really great to have the possibility to store the HTML generated by validation.get_tabular_report() to a folder, as depending on limitations in the software installed, one cannot generate the screenshot using selenium as the following error would appear (if external Drivers cannot be installed):
NoSuchDriverException: Message: Unable to obtain driver for chrome
An ideal solution would be similar to the R implementation, using export_tabular_report, or adding an argument to get_tabular_report(location: str|None=None) to the existing method.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.