mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
00c6b21ecb
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48816 Given the recent changes, the error mentioned in [this](https://fb.workplace.com/groups/1374515773430764/permalink/1406615956887412) post can show up also when testing iOS. So here we are building the codegen when running `yarn test-e2e-local` regardless by the platform. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D68441078 fbshipit-source-id: 9067545b61be59ec595142c2e4ba888e20d9a13a
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.