mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a40a885d88
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48558 Running `yarn test-e2e-local -t "RNTester" -p "Android" -h true -c <TOKEN>` currently fails if you start from RNTester Android. That's because codegen is not built. This commit fixes it. Changelog: [Internal] [Changed] - Fix test-e2e-local with RNTester due to unbuilt codegen Reviewed By: cipolleschi Differential Revision: D67972074 fbshipit-source-id: c5c721a913b655675ed6e03e60efbb5ccdf613b2
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.