mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fb446598f9
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43001 More understandable name: ~"React Native init, for E2E testing". Also relocates Verdaccio config and storage location under `scripts/e2e/` (resolving TODO comment). The intent is for the `scripts/e2e/` dir to also group the existing E2E testing-related scripts — although I will stop here for the current release-related work. Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D53609332 fbshipit-source-id: fb2f6502a18c4a4ac2368b46af1e3ee42edbadd6
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.