Skip to content

Some UI tests fail when I run all the test suite at once #103

Discussion options

You must be logged in to vote

@MiguelAFH I tried to clone your repo and reproduce the errors but could not see a test error like the one noted above. It could most likely be from a simulator that takes a longer time to boot (Xcode by default tries to spin up multiple ones for the different tests, especially ones that can be parallelized including the launch tests that are in an empty project setup).

I would suggest the following:

  1. Remove all the placeholder tests and UI test files that are not needed and should not effect your test coverage or test any of your application code such as the ones that are part of an empty Xcode project by default to reduce the number of parallel test that could potentially run.
  2. Try to li…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@MiguelAFH
Comment options

MiguelAFH Jan 19, 2025
Collaborator Author

@PSchmiedmayer
Comment options

Answer selected by MiguelAFH
@MiguelAFH
Comment options

MiguelAFH Jan 19, 2025
Collaborator Author

@PSchmiedmayer
Comment options

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