Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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