-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move release testing scripts into subdirectory (#42900)
Summary: Pull Request resolved: #42900 Changelog: [Internal] Reviewed By: rshest Differential Revision: D53471278 fbshipit-source-id: 56b16c20b85c88577e5d899b0e85d078ab8aa51f
- Loading branch information
1 parent
30d186c
commit 009542f
Showing
6 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters