Replies: 1 comment
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to migrate CI from Bitrise to Codemagic on my macOS application and UI tests start to fail. When I connect to the machine via VNC, I can see the application is started properly, but it doesn't popup when it should. The popup is initiated by pressing ⌘⇧C and it looks like the keyboard strokes are not properly synthesized so no popup is shown. When I press the keys manually, I can see the tests picking up the popup and passing fine. Is there anything I can do to fix the issue?
The relevant part of tests when keyboard stroke is synthesized: https://github.com/p0deje/Maccy/blob/master/MaccyUITests/MaccyUITests.swift#L368-L385
Beta Was this translation helpful? Give feedback.
All reactions