gearsandcode / protractor-axe-html-report-plugin

Generates an aXe accessibility report in HTML
MIT License
3 stars 5 forks source link

axe.analyze deprecation warning #9

Closed marshallmick007 closed 3 years ago

marshallmick007 commented 5 years ago

While using the latest axe-webdriverjs, using axe.analyze prints a deprecation warning

axe-webdriverjs deprecated Error must be handled as the first argument of axe.analyze. See: #83 node_modules\protractor-axe-html-report-plugin\index.js:69:19

See: https://github.com/dequelabs/axe-webdriverjs/pull/83

geetee24 commented 5 years ago

i too have same issue. code fails to run

geetee24 commented 5 years ago

can you please fix this?

bad: builder.analyze((results) => {

should be: builder.analyze (( err, results ) => {

mohkumar commented 4 years ago

issue still persists. Is someone looking for this fix ?