Skip to content
#

accessibility-testing

Here are 32 public repositories matching this topic...

NickEntin
NickEntin commented Dec 10, 2020

Specifically the Swift version of the snapshot method in the iOSSnapshotTestCase subspec. The Objective-C version of this behaves correctly.

To reproduce:

func testView() {
    let view = UIView(frame: .init(x: 0, y: 0, width: 100, height: 100))
    SnapshotVerifyWithInvertedColors(view, identifier: "someIdentifier")
}

When run in record mode, this should produce a referen

Accessibility Test Automation Repository: This repository contains test automation scripts and related code arranged in examples for the integration of Section 508/accessibility in test automation activities within the Software Engineering Life Cycle. Examples span from the low to the high level of complexity of functionality and higher end test functionality and dependencies (01-14-2021).

  • Updated Jul 27, 2021

Improve this page

Add a description, image, and links to the accessibility-testing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the accessibility-testing topic, visit your repo's landing page and select "manage topics."

Learn more