react-native/scripts/release-testing
Riccardo Cipolleschi 119ab33036 Port changes in the release testing script from the release branch (#45174)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/45174

As per title, this port bck to main the changes we made in the release testing script.

## Changelog:
[Internal] - Update release testing script to work with the new template

Reviewed By: blakef

Differential Revision: D59054045

fbshipit-source-id: 0e93c2db94499407845b4fb2c98c8b44310e770f
2024-06-27 04:11:44 -07:00
..
utils Rename set-rn-version script, mark as deprecated (#45184) 2024-06-26 10:14:12 -07:00
README.md
test-e2e-local-clean.js Rename E2E template init script, relocate Verdaccio config + storage (#43001) 2024-02-15 14:51:48 -08:00
test-e2e-local.js Port changes in the release testing script from the release branch (#45174) 2024-06-27 04:11:44 -07:00

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.