Harvo09
Harvo09
I have been asked to add pa11y to our existing cypress regression pack. I got a proof of concept project working installing and setting up the config and writing one...
I am looking to create a new file each run with the date or date time in let filename = 'reports/myreport' + datetime + '.html' **return { `${filename}` : htmlReport(data,...
Visiting my homepage and running checkA11y() is working just fine. My next test selects the login button to get us to the Login page. I run checkAlly() there and get...