Skip to main content
1 vote
1 answer
89 views

I'm trying to stabilize a flaky UI test that deals with the "Allow Paste" system alert in iOS (see screenshot below). Sometimes it works, sometimes the test hangs or fails. I'd appreciate ...
Asi Givati's user avatar
  • 1,485
0 votes
1 answer
46 views

I'm using Fastlane to make promo screens on watchOS simulator. The problem is that Fastlane starts watchOS simulator alone, without the paired iPhone. So the screenshots have "iPhone disconnected&...
kelin's user avatar
  • 12.2k
0 votes
0 answers
81 views

I have an application that needs to be tested (UI). The application uses different feature configurations, and I'm looking for a convenient way to turn features on/off for proper testing. What are ...
lexemz's user avatar
  • 11
-1 votes
1 answer
49 views

I am writing UI tests for a view that was implemented in textures. We are using swift-snapshot-testing module by pointfreeco. This is my first time writing tests as well. The issue is that when I ...
Shivacharan Reddy's user avatar
1 vote
1 answer
129 views

I have an app where clicking on a row toggles state, and doing a left swipe performs a delete of the item. My problem is that UI test calls like swipeRight() do not engage the swipe action. Rather, ...
Locksleyu's user avatar
  • 5,463
0 votes
1 answer
90 views

I have a simple app with two views, a home page and a main page. I have a button on the home page that goes to the main page via logic like this: .fullScreenCover(isPresented: $showingMain) { ...
Locksleyu's user avatar
  • 5,463
2 votes
0 answers
310 views

I'm using Xcode Version 15.4 (15F31d) and when I click the Record UI Tests icon, as soon as it finishes building, Xcode crashes. I'm not 100% sure why this is happening, but I've seen multiple bug ...
ItsLeon's user avatar
  • 21
0 votes
1 answer
34 views

XCUIElement has two methods named typeKey(_:modifierFlags:): the first one takes a String as an argument, the second one a XCUIKeyboardKey, which has constants like .downArrow. Now, even if the ...
Nickkk's user avatar
  • 2,747
0 votes
1 answer
364 views

I'm trying to write some UI tests for my app and i'm using a third party popup view library. Under the hood i see it's using the fullscreenCover view modifier. My tested class looks something like ...
ALex's user avatar
  • 830
2 votes
0 answers
222 views

I've been tweaking the accessibility of a feature of our app after an Accessibility audit. The result, when using the app with VoiceOver, for example, is conform to the requests of the audit. For ...
invalidArgument's user avatar
2 votes
0 answers
150 views

I am trying to write a UI automation test for my iOS app using XCUITest framework. My app has a screen with a UITableView that has a datasource which can have over 3000 rows. My UI tests are getting ...
Herno's user avatar
  • 1,597
1 vote
1 answer
445 views

Xcode has two template types of testing: Unit Test Targets and UI Test Targets, which run the host application differently. Looking online, I don't see any clear distinction of how these host targets ...
Kirkova's user avatar
  • 357
0 votes
1 answer
289 views

I have a project with iOS app and UITests targets. UITest target has its own info.plist, and I tried to add additional row: But during tests executing new row is unavailable in code: (lldb) po Bundle....
General Failure's user avatar
0 votes
1 answer
554 views

I have been trying to find a solution to run UI Tests for iOS projects without launching the iOS Simulator. My intention is to run xcodebuild command from Terminal for CI pipeline but without ...
Trident's user avatar
  • 832
0 votes
1 answer
445 views

Device Farm generates a .xctestrun file and the location is stored at $DEVICEFARM_XCUITESTRUN_FILE. However, my test fails everytime xcodebuild: error: Failed to build workspace temporary with scheme ...
Sunny's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
78