[BUG]: Playwright getCompliance label with outputFilenameTimestamp true causes error #1755
Labels
node-accessibility-checker
Issues in the accessibility-checker component
priority-1 (high)
Ready for QA
T55
Triage release 5.5
user-reported
Issues identified outside of the core team
Project
accessibility-checker for Node
Browser
Chrome
Operating system
Windows
Description
Hi I encountered a problem when I used playwright and the node accessibility-checker.
When I run my playwright script with getCompliance label with the configuration below (outputFilenameTimestamp:true) I always get the following error on the console:
It doesn't matter what I call the label.
As soon as I set outputFilenameTimestamp to true I get the error that it could not find the file summary+timestamp.
I also get the result file in the directory. But not with the name from the error, but with the name from the label.
Is this a bug or have I missed an obvious connection?
my used versions:
"accessibility-checker": "^3.1.64",
"playwright": "^1.40.0"
Steps to reproduce
my test script
my .achecker.yml
Call test script
The text was updated successfully, but these errors were encountered: