Using UI tests, I'd like the app to respond to shake gestures, and I would like to programmatically trigger a shake gesture in my swift UI tests.
Triggering the shake gesture while recording during a UI test session yields no added code.
Is there a way to do this? Thanks in advance!