Skip to content

Commit

Permalink
make all visual tests "deviceAgnostic"
Browse files Browse the repository at this point in the history
- re-record all snapshots
- point to FBSnapshotTestCase fork w/ a fix for screen size suffix (PR
  is already up:
  facebookarchive/ios-snapshot-test-case#137)
- add "WMFVisualTestBatchRecordMode" to make it easier to re-record all
  snapshot tests
  • Loading branch information
bgerstle committed Dec 9, 2015
1 parent 2316a18 commit 5d186d0
Show file tree
Hide file tree
Showing 57 changed files with 3,583 additions and 3,395 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ target 'WikipediaUnitTests', :exclusive => true do
pod 'OCMockito', '~> 1.4.0'
pod 'OCHamcrest', '~> 4.2.0'
pod 'Nocilla'
pod 'FBSnapshotTestCase/Core', '~> 2.0.3'
pod 'FBSnapshotTestCase', :git => '[email protected]:bgerstle/ios-snapshot-test-case.git'
pod 'Quick', '~> 0.8.0'
pod 'Nimble', '~> 3.0.0'
end
Expand Down
13 changes: 11 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ PODS:
- CocoaLumberjack/Default
- CocoaLumberjack/Swift (2.2.0):
- CocoaLumberjack/Extensions
- FBSnapshotTestCase (2.0.7):
- FBSnapshotTestCase/SwiftSupport (= 2.0.7)
- FBSnapshotTestCase/Core (2.0.7)
- FBSnapshotTestCase/SwiftSupport (2.0.7):
- FBSnapshotTestCase/Core
- HockeySDK (3.8.5):
- HockeySDK/AllFeaturesLib (= 3.8.5)
- HockeySDK/AllFeaturesLib (3.8.5)
Expand Down Expand Up @@ -76,7 +80,7 @@ DEPENDENCIES:
- BlocksKit/Core (~> 2.2.0)
- BlocksKit/UIKit (~> 2.2.0)
- CocoaLumberjack/Swift (~> 2.2)
- FBSnapshotTestCase/Core (~> 2.0.3)
- FBSnapshotTestCase (from `[email protected]:bgerstle/ios-snapshot-test-case.git`)
- HockeySDK (~> 3.8.2)
- hpple (~> 0.2)
- KVOController
Expand All @@ -98,6 +102,8 @@ DEPENDENCIES:
- Tweaks (HEAD)

EXTERNAL SOURCES:
FBSnapshotTestCase:
:git: [email protected]:bgerstle/ios-snapshot-test-case.git
MGSwipeTableCell:
:git: [email protected]:wikimedia/MGSwipeTableCell.git
OAStackView:
Expand All @@ -106,9 +112,12 @@ EXTERNAL SOURCES:
:branch: swift-2.0-beta5
:git: https://github.com/mxcl/PromiseKit.git
SDWebImage:
:path: ./vendor/SDWebImage
:path: "./vendor/SDWebImage"

CHECKOUT OPTIONS:
FBSnapshotTestCase:
:commit: 7f7ec39039cf8e1e182ed3afdfffef2c8e1cef02
:git: [email protected]:bgerstle/ios-snapshot-test-case.git
MGSwipeTableCell:
:commit: 8ca85004bd7fcfe09a3b7938fb8c079a88481d45
:git: [email protected]:wikimedia/MGSwipeTableCell.git
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 56 additions & 0 deletions Pods/Local Podspecs/FBSnapshotTestCase.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5d186d0

Please sign in to comment.