mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
afc61ab643
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43043 Restores behaviour of `yarn test-e2e-local` when we are not using `--circleciToken`. The `npm pack` logic (necessary for the subsequent `updateTemplatePackage` call before initing `RNTestProject`) was deleted in https://github.com/facebook/react-native/pull/41172 / D50651448. https://github.com/facebook/react-native/commit/4eed12b7df5d9731e556b77d701c87dcf91d3a1f#diff-56f57bf0eac99b0fda1b2938aceb8d9b663db82c07cb405bd53a01c8689710ffL224-L240 Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D53806191 fbshipit-source-id: 918306d5dea90266292728cda9c0e243e5c37eba
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.