UNPKG

protractor-axe-html-report-plugin

Version:
12 lines (9 loc) 282 B
describe('accessibility', function() { it('should get a file to test', function() { browser.get('index.html'); element.all(by.css('input')).then(function(inputs) { expect(inputs.length).toEqual(2); }); runAxeTest('Success page', browser.driver); }); });