mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
339dc4979c
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52618 In 0.81 we dropped the JSC configuration in CI. That means that the artifacts we generate in CI have a slightly different name. The current e2e script failed to run with the ci flag because it was still using the old artifacts name and it was not finding them. This change adress the problem by: - using the right artifact names - removing the --hermes parameter which controlled the Hermes vs JSC scenario. It is also a port to main of [this PR](https://github.com/facebook/react-native/pull/52606) ## Changelog: [Internal] - Reviewed By: cortinico, vzaidman Differential Revision: D78344244 fbshipit-source-id: a658ba161b867bbad773fe093df9679ea92579b3
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-release-local
Set up, build, and install a given test app configuration.
test-release-local-clean
Clean up all file system and cache state between tests.