Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed May 27, 2020
1 parent 581c209 commit 0103a28
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AccessibilitySnapshots makes it simple to add regression tests for accessibility

## Getting Started

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.
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.

### CocoaPods

Expand All @@ -19,6 +19,12 @@ Install with [CocoaPods](https://cocoapods.org) by adding the following to your
pod 'AccessibilitySnapshot'
```

To use only the core accessibility parser, add a dependency on the Core subspec alone.

```ruby
pod 'AccessibilitySnapshot/Core'
```

## Usage

To run a snapshot test, simply call the `SnapshotVerifyAccessibility` method:
Expand Down

0 comments on commit 0103a28

Please sign in to comment.