kif-framework / KIF

Keep It Functional - An iOS Functional Testing Framework
Other
6.2k stars 909 forks source link

Add support for swiping from the specified edge of the screen #1286

Closed Fitzmaz closed 12 months ago

Fitzmaz commented 1 year ago

As discussed in issue #1281, I tried to address the problem by adding a new method to the tester. This method simulates a screen edge pan gesture by manually setting the _edgeType property. I wonder if there's any better solution, any feedback is greatly appreciated.

justinseanmartin commented 12 months ago

Thanks again for the iterations here and the contribution! I'll get this merged once CI reports green.

justinseanmartin commented 12 months ago

The tests appear to be extremely flaky right now in AccessibilityIdentifierTests.testClearingAndEnteringTextIntoViewWithAccessibilityLabel. I'm rerunning them and it's making progress on ensuring they're all green before merging.

dostrander commented 12 months ago

The tests appear to be extremely flaky right now in AccessibilityIdentifierTests.testClearingAndEnteringTextIntoViewWithAccessibilityLabel. I'm rerunning them and it's making progress on ensuring they're all green before merging.

Merged as they all went green