Files
react-native/scripts/release-testing/README.md
T
Alex Hunt 009542f4ee Move release testing scripts into subdirectory (#42900)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/42900

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D53471278

fbshipit-source-id: 56b16c20b85c88577e5d899b0e85d078ab8aa51f
2024-02-07 05:40:26 -08:00

16 lines
412 B
Markdown

# scripts/release-testing
Scripts supporting local manual release testing. See also [How to Test a Release](https://reactnative.dev/contributing/release-testing).
## 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.