Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Github action reliability for XCUITest #741

Open
simonmcl opened this issue Aug 31, 2023 · 0 comments
Open

[Question] Github action reliability for XCUITest #741

simonmcl opened this issue Aug 31, 2023 · 0 comments

Comments

@simonmcl
Copy link

Hi, Apologies for opening an issue for this as its not an issue, but more a question and a request for your feedback/opinion on github actions

I've been using Github actions for an automatic deploy pipeline to TestFlight and its been working well, for a good while. I recently added a bunch of XCUITests to test my app fully and github actions seems to be struggling MASSIVELY. Everything, and I mean everything is breaking in the app. Using typeText(....) followed by pressing a button runs too quickly for github actions, as even the simpliest bit of logic is taking too long to run that its not enabled in time. I had to add sleep(10) all over the place to get a small number of tests to pass. But then it goes to hell for anywhere that uses a moderate amount of logic. (worth noting that the app has been through many rounds of testing with various devices and external users, it is fine)

Whats your experience of it been? For me it looks like its unusable for anything more than just building/deploying

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant