Publish: Notes on XCTest (remove video for now)

This commit is contained in:
2026-08-28 16:56:02 -04:00
parent f7bf350946
commit 728afc6723
3 changed files with 1 additions and 3 deletions

View File

@@ -46,9 +46,7 @@ When implementing [universal links](https://developer.apple.com/documentation/xc
XCUIDevice.shared.system.open(url) XCUIDevice.shared.system.open(url)
``` ```
However, the Apple app-domain association file can take several seconds to download after the simulator boots. Not having this file downloaded can cause the link to open in Safari instead, like in this failed test run: However, the Apple app-domain association file can take several seconds to download after the simulator boots. Not having this file downloaded can cause the link to open in Safari instead.
![[test-runner-open-in-safari.mp4|Example of a failed test where a universal link opens in Safari instead of the app.]]
## CI/CD ## CI/CD

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 98 KiB