Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcordero/tvOS-SnapshotTesting
tvOS project making use of FBSnapshotTestCase
https://github.com/dcordero/tvOS-SnapshotTesting
Last synced: about 2 months ago
JSON representation
tvOS project making use of FBSnapshotTestCase
- Host: GitHub
- URL: https://github.com/dcordero/tvOS-SnapshotTesting
- Owner: dcordero
- Created: 2017-03-29T07:50:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T08:05:02.000Z (almost 8 years ago)
- Last Synced: 2024-08-07T23:57:22.906Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 2.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tvOS-SnapshotTesting
Result of trying to do Snapshot testing with [FBSnapshotTestCase](https://github.com/facebook/ios-snapshot-test-case) in a tvOS project.
**Runtime layout** vs **Layout got as result of testing**:
* Same result adding the following code:
```swift
let date = Date(timeIntervalSinceNow: 1.0)
RunLoop.current.run(until: date)
```Related issue: https://github.com/facebook/ios-snapshot-test-case/issues/52