Replies: 1 comment 2 replies
-
Unfortunately nothing that I'm aware of. Apple doesn't really make it easy on people trying to integrate with XCTest. There may be some private method I could call or swizzle, but I'd have to be aware of it. That said in Xcode 13 I have found it clears if I hit Lastly, you could view your log in the report navigator rather than looking through the test navigator. I'll do a little digging to see if anybody else has some magic way of clearing it that I've just never been aware of. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am editing my feature files quite heavily to ensure the syntax is correct, that I remove duplicate step definitions and get the language right. When I run the tests the number of steps listed in the test navigator keeps rising. I can clear the list by restarting Xcode. Is there another way? Would it be possible to automate weeding out steps that no longer exist? Am I missing something?
Cheers,
Alex
Beta Was this translation helpful? Give feedback.
All reactions