mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
009542f4ee
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42900 Changelog: [Internal] Reviewed By: rshest Differential Revision: D53471278 fbshipit-source-id: 56b16c20b85c88577e5d899b0e85d078ab8aa51f
16 lines
412 B
Markdown
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.
|