axe-core-gems
axe-core-gems copied to clipboard
Ruby integration for axe-core, the accessibility testing engine
Similar to this [PR](https://github.com/dequelabs/axe-core-npm/pull/209) we should find `` elements and inject axe-core
We need to be able to test iframes with the sandbox attribute: ``` ``` We have a solution for this in axe-webdriverjs that we can copy here.
This pull request updates the version of [`axe-core`](https://npmjs.org/axe-core) to v4.10.0. This PR was opened by a robot :robot: :tada:.
It saves 95% of load time when doing `require "axe-rspec"`. The time is actually spent loading the `virtus` library. Deferring the loading of `Axe::API::Run` until needed does in turn defer...
It saves 95% of load time when doing `require "axe-rspec"`. On my tests, I went from 135ms to 8ms. The time is actually mostly spent loading the `virtus` library. Deferring...
# Below is everything related to this release --- **DEPENDENCIES / BLOCKERS** (List anything blocking this RC from continuing here) --- ```[tasklist] ### Links - [X] Release candidate PR: https://github.com/dequelabs/axe-core-gems/pull/399...