mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
27bd6c9227
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46413 When testing RNTester for Android during a release, we downloads the APKs from CI to save time. Sadly, we were downloading the Release APKs instead of the Debug ones, so we could not test te integration with Metro. This change fixes the testing scripts to download the debug APK ## Changelog [Internal] - Download the debug APK instead of the Release one Reviewed By: cortinico Differential Revision: D62436023 fbshipit-source-id: 08a568caf3e5c85b9da933bc01623587bd36affe
scripts/release-testing
Scripts supporting local manual release testing. See also How to Test a Release.
Commands
For information on command arguments, run node <command> --help.
test-e2e-local
Set up, build, and install a given test app configuration.
test-e2e-local-clean
Clean up all file system and cache state between tests.