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'm struggling to configure Flank to execute just the tests in my selected test plan. Local test execution is fine, but when I execute my tests on Firebase using Flank, all the tests in my project are executed. The "OnlyTestIdentifiers" section in my xctestrun file contains the tests selected in my test plan, but this appears to be ignored in my test execution.
Any pointers to how I can debug the cause would be appreciated. I have made some attempts to debug, but I'm not an expert with Kotlin, and don't fully understand the flow through the code. It seems that NSDictionary.setOnlyTestIdentifiers overwriting the full list of tests. I guess there could be some issue on the Firebase side too.
I'm using the latest Flank, and Xcode 14.2.
The text was updated successfully, but these errors were encountered:
I think I've worked out what's going on now. The plan filter is working for SkipTestIdentifiers, but only when the class and method are specified in the xctestrun skip list. Some of my entries have class only.
The OnlyTestIdentifiers option isn't working at all for me.
I'm struggling to configure Flank to execute just the tests in my selected test plan. Local test execution is fine, but when I execute my tests on Firebase using Flank, all the tests in my project are executed. The "OnlyTestIdentifiers" section in my xctestrun file contains the tests selected in my test plan, but this appears to be ignored in my test execution.
Any pointers to how I can debug the cause would be appreciated. I have made some attempts to debug, but I'm not an expert with Kotlin, and don't fully understand the flow through the code. It seems that NSDictionary.setOnlyTestIdentifiers overwriting the full list of tests. I guess there could be some issue on the Firebase side too.
I'm using the latest Flank, and Xcode 14.2.
The text was updated successfully, but these errors were encountered: