File tree Expand file tree Collapse file tree
src/snapshot-tests/__fixtures__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 Before running build/run/test/UI automation tools, set the desired device identifier in session defaults.
3030
3131Next steps:
32- 1. Build for device: xcodebuildmcp device build --scheme "YOUR_SCHEME" --device-id "UUID_FROM_ABOVE"
32+ 1. Build for device: xcodebuildmcp device build --scheme "YOUR_SCHEME"
33332. Run tests on device: xcodebuildmcp device test
34343. Get app path: xcodebuildmcp device get-app-path
Original file line number Diff line number Diff line change 2929 Before running build/run/test/UI automation tools, set the desired device identifier in session defaults.
3030
3131Next steps:
32- 1. Build for device: build_device({ scheme: "YOUR_SCHEME", deviceId: "UUID_FROM_ABOVE" })
32+ 1. Build for device: build_device({ scheme: "YOUR_SCHEME" })
33332. Run tests on device: test_device()
34343. Get app path: get_device_app_path()
You can’t perform that action at this time.
0 commit comments