You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Protractor now supports the [Accessibility Developer Tools](https://github.com/GoogleChrome/accessibility-developer-tools), the same audit library used by the [Chrome browser extension](https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en). Protractor
312
-
[runs an audit](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules)
313
-
locally by injecting the Dev Tools script into WebDriver pages, and it can diagnose issues including
314
-
missing labels, incorrect ARIA attributes and color contrast. This is a great starting point if
315
-
you can't send source code over the wire through an API.
316
-
317
-
[Tenon.io](http://www.tenon.io) has a more robust set of tests to help you find
318
-
accessibility issues, but it requires [registering](http://tenon.io/register.php) for an API key
319
-
and making an external request for each test, which may not work for everyone. Some people use
320
-
Tenon with introspection services like ngrok or localtunnel to securely
321
-
test local web servers. Protractor takes the [options you provide](http://tenon.io/documentation/understanding-request-parameters.php) in the plugin configuration and sends them
322
-
with the page source to the Tenon API. One limitation of this approach is that all scripts must be reachable from the page source as a string, for example, by using a CDN.
323
-
For projects with an MIT license, Tenon is free but with a limited
324
-
daily API limit. Paid subscriptions are available for enterprise and commercial projects.
This list is here for reference and the plugins included are not developed or mantained by protractor's team by any means. If you find any issues with this plugins please report them to the corresponding plugin developer.
330
+
This list is here for reference and the plugins included are not developed or
331
+
mantained by protractor's team by any means. If you find any issues with this
332
+
plugins please report them to the corresponding plugin developer.
433
333
434
334
*[Protractor testability plugin](https://github.com/alfonso-presa/protractor-testability-plugin): this plugins enables synchronous testing with protractor for features that are not developed using the services provided by AngularJS, preventing the need of additional waits coded in the tests. This happens for example if you have WebSockets communication with the server or for web applications built with frameworks different than AngularJS.
0 commit comments