Integrate with Active Support instrumentation #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Capybara Accessibility Audit integrates with Active Support's instrumentation through publishing ActiveSupport::Notifications.
audit.capybara_accessibility_auditnotificationSubscribe to
audit.capybara_accessibility_auditnotifications emitted when an accessibility audit is automatically conducted. In addition to the metadata provided by default (likename,duration, andallocations, etc.), thepayloadincludes additional information:Note
The
audit.capybara_accessibility_auditnotifications are only published whenan audit is conducted automatically. No
audit.capybara_accessibility_auditnotifications will be published when
assert_no_accessibility_violationsisinvoked directly.