mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8c51cbec94
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43130 Various fixes/tweaks to the `test-e2e-local` script, impacted by recent changes, found during the release process: - Fix typo in variable name for `circleciToken` arg. - Relocate erroneously positioned `process.exit` call (a force exit around Verdaccio, which we will remove in future). - Add notice on exit around Verdaccio server not being killed successfully (to do in T179377112). - Switch from Yarn to npm for test project installation — Yarn 3 is not respecting `npmRegistryServer`, see https://github.com/yarnpkg/yarn/issues/2508. Changelog: [Internal] Reviewed By: cipolleschi Differential Revision: D53951606 fbshipit-source-id: f6e29ef6c9ab33ebf60124757576fcb54219f339
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.