Skip to content

Commit

Permalink
Update main page of documentation to reflect multiple integration layers
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Aug 15, 2023
1 parent 7d81e23 commit 3cf320a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AccessibilitySnapshot is split into two main layers: the core accessibility parser and an integration layer using a snapshotting engine. This is reflected in the pod's two subspecs: `Core` and `iOSSnapshotTestCase`.
AccessibilitySnapshot is split into two layers: the core accessibility parser and an integration layer using a snapshotting engine. This is reflected in the pod's three subspecs: the `Core` subspec for the accessibility parser, and the `iOSSnapshotTestCase` and `SnapshotTesting` subspecs for the two available integration layers.

The `Core` subspec contains the accessibility parser and utilities for generating a container view to snapshot that includes a legend showing each of the accessibility elements in the view. The [Core Architecture](Core-Architecture.md) page contains more details on the different components that make up this subspec.

The `iOSSnapshotTestCase` subspec contains an integration layer built on top of the parser that provides simple snapshotting via the iOSSnapshotTestCase framework. Instructions for getting started with this can be found in the [Usage](https://github.com/cashapp/AccessibilitySnapshot/blob/master/README.md#usage) section of the README.
The other two subspecs contain integration layers built on top of the parser that provide simple snapshotting via the iOSSnapshotTestCase and SnapshotTesting framework, respectively. Instructions for getting started with these can be found in the [Usage](https://github.com/cashapp/AccessibilitySnapshot/blob/master/README.md#usage) section of the README.

Alternative integration layers can be built on top of the core parser by depending only on the `Core` subspec. A list of these can be found in the [Extensions](https://github.com/cashapp/AccessibilitySnapshot/blob/master/README.md#extensions) section of the README.

0 comments on commit 3cf320a

Please sign in to comment.