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 just started to use EarlGrey in my UI tests, and I mentioned that GreyAsserts do not highlight the lines in files where they were activated:
No error message, no highlighted line, where the test failed, but if we jump to definition of GREYAssert, we'll find it:
I suppose that it should work the same way as XCTAssert does:
So the error will be shown right in place where it happened in test-file, which is easy to trace, and the CI reports will show the correct position and message.
Is that the issue of EarlGrey, or I just do something wrong?
P.S. EarlGrey 1.4.0.beta.2
The text was updated successfully, but these errors were encountered:
I just started to use EarlGrey in my UI tests, and I mentioned that GreyAsserts do not highlight the lines in files where they were activated:
No error message, no highlighted line, where the test failed, but if we jump to definition of GREYAssert, we'll find it:
I suppose that it should work the same way as XCTAssert does:
So the error will be shown right in place where it happened in test-file, which is easy to trace, and the CI reports will show the correct position and message.
Is that the issue of EarlGrey, or I just do something wrong?
P.S. EarlGrey 1.4.0.beta.2
The text was updated successfully, but these errors were encountered: