Test results "arrow button" in Xcode 7 doesn't work correctly for Specta test results · Issue #191 · specta/specta · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that clicking on the test result arrow:
in the Xcode Test Reports UI takes me directly to the right code for XCTestCase tests, but doesn't do anything for individual Specta tests.
The arrow buttons for the spec files themselves work correctly for Specta test files.
Using Xcode 7.0.1 and Specta 1.0.4.
The text was updated successfully, but these errors were encountered:
Not too sure what we can do here, we're using Apple's API that says the LOC and the file that the error occurred on. Otherwise the warnings / error labels in Xcode would work.
I've found that clicking on the test result arrow:

in the Xcode Test Reports UI takes me directly to the right code for
XCTestCase
tests, but doesn't do anything for individualSpecta
tests.The arrow buttons for the spec files themselves work correctly for Specta test files.
Using Xcode 7.0.1 and Specta 1.0.4.
The text was updated successfully, but these errors were encountered: