Antondomashnev / FBSnapshotsViewer

A mac os application that shows the failing snapshot tests from FBSnapshotTestCase
MIT License
224 stars 15 forks source link

Not working on following logs via Nimble-Snapshots #50

Closed fabiomassimo closed 5 years ago

fabiomassimo commented 7 years ago

I'm using Nimble-Snapshot to run my snapshot test cases and even if they fail the application does not seem to react properly.

I have checked the DerivedData folder and the logs are properly created. Hereby an abstract:

00:22:02.526 Offline[32051:6521280] Running suite...
00:22:02.526 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteWillStart:]
00:22:02.526 Xcode[92454:6002559] _XCT_testSuite:Selected tests didStartAt:2017-07-30 23:22:02 +0000
Test Suite 'MyApp Unit Tests.xctest' started at 2017-07-31 00:22:02.526
00:22:02.526 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteWillStart:]
00:22:02.527 Xcode[92454:6002559] _XCT_testSuite:MyApp Unit Tests.xctest didStartAt:2017-07-30 23:22:02 +0000
00:22:02.527 Xcode[92454:6002559] _XCT_testSuite:MyViewControllerSnapshotTests didStartAt:2017-07-30 23:22:02 +0000
00:22:02.526 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteWillStart:]
Test Suite 'MyViewControllerSnapshotTests' started at 2017-07-31 00:22:02.526
00:22:02.527 Offline[32051:6521280] -[XCTRunnerIDESession testCaseWillStart:] MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot
00:22:02.527 Xcode[92454:6002559] _XCT_testCaseDidStartForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot]' started.
00:22:02.892 Offline[32051:6521280] -[XCTRunnerIDESession testCase:didFailWithDescription:inFile:atLine:]
00:22:02.893 Xcode[92454:6002559] _XCT_testCaseDidFailForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot withMessage:, got expected a matching snapshot in Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot
 file:/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift line:31
2017-07-31 00:22:02.722 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png"
2017-07-31 00:22:02.796 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fourInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fourInch@2x.png"
2017-07-31 00:22:02.891 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png"
/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift:31: error: -[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot] : , got expected a matching snapshot in Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot

00:22:02.898 Offline[32051:6521280] -[XCTRunnerIDESession testCaseDidFinish:]
00:22:02.925 Xcode[92454:6002559] _XCT_testCaseDidFinishForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot withStatus:failed duration:0.3714810013771057
00:22:02.925 Xcode[92454:6002559] _XCT_testCaseDidStartForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot
00:22:02.899 Offline[32051:6521280] -[XCTRunnerIDESession testCaseWillStart:] MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_limits_Left__has_valid_snapshot]' failed (0.371 seconds).
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot]' started.
2017-07-31 00:22:03.041 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png"
2017-07-31 00:22:03.112 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fourInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fourInch@2x.png"
2017-07-31 00:22:03.202 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png"
/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift:45: error: -[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot] : , got expected a matching snapshot in Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot

Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot]' failed (0.646 seconds).
00:22:03.537 Offline[32051:6521280] -[XCTRunnerIDESession testCase:didFailWithDescription:inFile:atLine:]
00:22:03.812 Xcode[92454:6002559] _XCT_testCaseDidFailForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot withMessage:, got expected a matching snapshot in Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot
 file:/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift line:45
00:22:03.809 Offline[32051:6521280] -[XCTRunnerIDESession testCaseDidFinish:]
00:22:03.813 Xcode[92454:6002559] _XCT_testCaseDidFinishForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_active_card_and_no_limits_Left__has_valid_snapshot withStatus:failed duration:0.6464280486106873
00:22:03.809 Offline[32051:6521280] -[XCTRunnerIDESession testCaseWillStart:] MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot
00:22:03.815 Xcode[92454:6002559] _XCT_testCaseDidStartForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot]' started.
00:22:04.137 Offline[32051:6521280] -[XCTRunnerIDESession testCase:didFailWithDescription:inFile:atLine:]
00:22:04.138 Xcode[92454:6002559] _XCT_testCaseDidFailForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot withMessage:, got expected a matching snapshot in Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot
 file:/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift line:57
2017-07-31 00:22:03.965 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png"
2017-07-31 00:22:04.042 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fourInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fourInch@2x.png"
2017-07-31 00:22:04.136 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png"
/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift:57: error: -[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot] : , got expected a matching snapshot in Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot

00:22:04.144 Offline[32051:6521280] -[XCTRunnerIDESession testCaseDidFinish:]
00:22:04.144 Xcode[92454:6002559] _XCT_testCaseDidFinishForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot withStatus:failed duration:0.3343870043754578
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_limits_Left__has_valid_snapshot]' failed (0.334 seconds).
00:22:04.144 Xcode[92454:6002559] _XCT_testCaseDidStartForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot
00:22:04.144 Offline[32051:6521280] -[XCTRunnerIDESession testCaseWillStart:] MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot]' started.
00:22:04.426 Offline[32051:6521280] -[XCTRunnerIDESession testCase:didFailWithDescription:inFile:atLine:]
00:22:04.427 Xcode[92454:6002559] _XCT_testCaseDidFailForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot withMessage:, got expected a matching snapshot in Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot
 file:/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift line:70
2017-07-31 00:22:04.281 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fivePointFiveInch@2x.png"
2017-07-31 00:22:04.344 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fourInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fourInch@2x.png"
2017-07-31 00:22:04.425 Offline[32051:6521280] If you have Kaleidoscope installed you can run this command to see an image diff:
ksdiff "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/reference_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png" "/Users/fabio/Library/Developer/CoreSimulator/Devices/7700481D-85F8-4CE1-8EA2-9E1E9BB3A147/data/Containers/Data/Application/32A46FC7-8A8E-49FD-9A69-9F6DA1226240/tmp/MyViewControllerSnapshotTests/failed_Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot - fourPointSevenInch@2x.png"
/Users/fabio/Developer/myapp/MyApp-iOS/MyApp Unit Tests/My ViewController/MyViewControllerSnapshotTests.swift:70: error: -[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot] : , got expected a matching snapshot in Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot

00:22:04.433 Offline[32051:6521280] -[XCTRunnerIDESession testCaseDidFinish:]
00:22:04.433 Xcode[92454:6002559] _XCT_testCaseDidFinishForTestClass:MyApp_Unit_Tests.MyViewControllerSnapshotTests method:Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot withStatus:failed duration:0.2886430025100708
Test Case '-[MyApp_Unit_Tests.MyViewControllerSnapshotTests Somethin_with_option_when_not_active_card_and_no_limits_Left__has_valid_snapshot]' failed (0.289 seconds).
00:22:04.433 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteDidFinish:]
00:22:04.433 Xcode[92454:6002559] _XCT_testSuite:MyViewControllerSnapshotTests didFinishAt:2017-07-30 23:22:04 +0000 runCount:4 withFailures:4 unexpected:0 testDuration:1.640939056873322 totalDuration:1.906427979469299
Test Suite 'MyViewControllerSnapshotTests' failed at 2017-07-31 00:22:04.433.
     Executed 4 tests, with 4 failures (0 unexpected) in 1.641 (1.906) seconds
Test Suite 'MyApp Unit Tests.xctest' failed at 2017-07-31 00:22:04.433.
     Executed 4 tests, with 4 failures (0 unexpected) in 1.641 (1.907) seconds
00:22:04.433 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteDidFinish:]
00:22:04.464 Xcode[92454:6002559] _XCT_testSuite:MyApp Unit Tests.xctest didFinishAt:2017-07-30 23:22:04 +0000 runCount:4 withFailures:4 unexpected:0 testDuration:1.640939056873322 totalDuration:1.906982958316803
00:22:04.433 Offline[32051:6521280] -[XCTRunnerIDESession testSuiteDidFinish:]
00:22:04.464 Xcode[92454:6002559] _XCT_testSuite:Selected tests didFinishAt:2017-07-30 23:22:04 +0000 runCount:4 withFailures:4 unexpected:0 testDuration:1.640939056873322 totalDuration:1.907864987850189
00:22:04.434 Offline[32051:6521280] Finished running suite.
00:22:04.464 Xcode[92454:6002559] -[XCTTestRunnerSession _XCT_didFinishExecutingTestPlan]_block_invoke
00:22:04.434 Offline[32051:6521280] -[XCTRunnerIDESession testBundleDidFinish:], Flushing connection to IDE...
00:22:04.434 Offline[32051:6521280] Calling completion.
00:22:04.434 Offline[32051:6521280] <XCTWaiter: 0x6000000122f0> entering wait loop for 15.00s
00:22:04.467 Xcode[92454:6002559] _finishWithError:(null) didCancel: 0
Antondomashnev commented 7 years ago

Hi @fabiomassimo thanks for reporting an issue. Would you please tell me the version of the.

I see interesting path for the test result: /Users/fabio/Developer//-iOS/ Unit Tests/FailureDiffs/AddMoneyIntroductionSnapshotTests/reference_My_view_controller__has_valid_snapshot - fivePointFiveInch@2x.png I think the parse of this may fail. I will work on it soon 😄

fabiomassimo commented 7 years ago

While copying and pasting the logs I have noticed some information missing. I have now updated it as it is saved in my logs folder.

Would you please tell me the version of the.

If you mean the FBSnapshotsViewer, it is the 0.6.0

Antondomashnev commented 7 years ago

@fabiomassimo I've tried to check the issue. So far not luck yet. I've created the sample project and it worked fine. Could you please provide a failing sample from your side by any chance?

Antondomashnev commented 7 years ago

@fabiomassimo hey, there was a similar issue reported #51, could you please clarify which version of Xcode you're using?

fabiomassimo commented 7 years ago

The Xcode version I'm using is 8.3.3 and my logs are in following folder structure :

$ {PATH_TO_DERIVED_DATA}/MyApp-{RANDOM_LETTERS}/Logs/Test/{RANDOM_UUID_FOR_EACH_TEST_RUN}/*.log

Is this of any help? As soon I have time I can try to have the issue on a project that I can share here.

Antondomashnev commented 7 years ago

Thanks @fabiomassimo, that helped 👍

Antondomashnev commented 7 years ago

Hey @fabiomassimo have you tried to reproduce the issue by any chance?

fabiomassimo commented 7 years ago

I have retried with some failing snapshots. They are properly saved in the my IMAGE_DIFF_DIR but Facebook Snapshot Viewer does not get it.

How can I help you to debug it?

Antondomashnev commented 7 years ago

@fabiomassimo if you can provide me with the sample project that would amazing, also if you're willing to help maybe you can try to submit a failing test or even debug by yourself and submit a PR 😉

babbage commented 5 years ago

Xcode 9 support was subsequently added, likely correcting this issue, and this has now being migrated to Xcode 10 support instead. https://github.com/Antondomashnev/FBSnapshotsViewer/pull/76 Likely this issue is historical, so closing at this point.