gearsandcode / protractor-axe-html-report-plugin

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

my angular app fails to compile: runAxeTest () TS can not find name runAxeTest #11

Open geetee24 opened 5 years ago

geetee24 commented 5 years ago

It appears you are missing a typescript dt.js file. code fails to run. help?

huiaic commented 5 years ago

I ran into this issue and resolved it by adding

const axe = require('protractor-axe-html-report-plugin');
axe.runAxeTest('my page');