XLSX output of Accessibility Checker API is not flushed to disk #2124
Labels
node-accessibility-checker
Issues in the accessibility-checker component
user-reported
Issues identified outside of the core team
Using the Node.js accessibility-checker package, I am writing a program that saves test results in multiple formats, including .xlsx. My program tries to rename the output from results.xlsx to something more meaningful, such as the title of the web page that was tested (sanitized for the file system). Even though the checker object is closed before the rename attempt, however, this fails. After the program exits, results.xlsx is present, so I know it is being created. How can I ensure that all output files produced by the checker.getCompliance method are flushed to disk? is Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Definition of Done
The text was updated successfully, but these errors were encountered: