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
Copy file name to clipboardExpand all lines: README.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ AccessibilitySnapshots makes it simple to add regression tests for accessibility
9
9
10
10
## Getting Started
11
11
12
-
AccessibilitySnapshot is built on top of [iOSSnapshotTestCase](https://github.com/uber/ios-snapshot-test-case). Before setting up accessibility snapshot tests, make sure your project is set up for standard snapshot testing. Accessibility snapshot tests require that the test target has a host application.
12
+
By default, AccessibilitySnapshot uses [iOSSnapshotTestCase](https://github.com/uber/ios-snapshot-test-case) to record snapshots and perform comparisons. Before setting up accessibility snapshot tests, make sure your project is set up for standard snapshot testing. Accessibility snapshot tests require that the test target has a host application.
13
13
14
14
### CocoaPods
15
15
@@ -19,6 +19,12 @@ Install with [CocoaPods](https://cocoapods.org) by adding the following to your
19
19
pod 'AccessibilitySnapshot'
20
20
```
21
21
22
+
To use only the core accessibility parser, add a dependency on the Core subspec alone.
23
+
24
+
```ruby
25
+
pod 'AccessibilitySnapshot/Core'
26
+
```
27
+
22
28
## Usage
23
29
24
30
To run a snapshot test, simply call the `SnapshotVerifyAccessibility` method:
0 commit comments