/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/rn-tester/scripts/maestro-test-ios.sh
8 строк
392 B
Peter Abbondanzo
Add Maestro test for `Image.getSize` with local drawable resources (#56945)
04 июн 2026, 23:53
04 июн 2026, 23:53
02c5ab7
Код
Авторство
О чём код?
#!/bin/bash # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. UDID=$(xcrun simctl list devices booted -j | jq -r '[.devices[]] | add | first | .udid') maestro --udid="$UDID" test --exclude-tags android-only .maestro/ -e APP_ID=com.meta.RNTester.localDevelopment