Publish: Notes on XCTest (remove video for now)
This commit is contained in:
@@ -46,9 +46,7 @@ When implementing [universal links](https://developer.apple.com/documentation/xc
|
||||
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:
|
||||
|
||||
![[test-runner-open-in-safari.mp4|Example of a failed test where a universal link opens in Safari instead of the app.]]
|
||||
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.
|
||||
|
||||
## 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 |
Reference in New Issue
Block a user