mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
27aa28b1f5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48365 For a mistake, the local E2E test we use to test a release is still pointing to the release APK instead of using the debug apk. This change fix that. The change has been manually applied to the release branches, for example [here](https://github.com/facebook/react-native/commit/385318bf6a83b124d9e8eb925932edff02115c85) ## Changelog [Internal] - use Debug apk instead of release one to test the release Reviewed By: robhogan Differential Revision: D67599760 fbshipit-source-id: 224b5b8d8f664bb579b09ee68f1b92c0774a9b5e
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.