Compare commits

...
Author SHA1 Message Date
Vitali Zaidman 98ca19eec7 renamed release testing scripts 2025-07-10 17:49:08 +01:00
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -28,8 +28,8 @@
"set-version": "node ./scripts/releases/set-version.js",
"test-android": "./gradlew :packages:react-native:ReactAndroid:test",
"test-ci": "jest --maxWorkers=2 --ci --reporters=\"default\" --reporters=\"jest-junit\"",
"test-e2e-local-clean": "node ./scripts/release-testing/test-e2e-local-clean.js",
"test-e2e-local": "node ./scripts/release-testing/test-e2e-local.js",
"test-release-local-clean": "node ./scripts/release-testing/test-release-local-clean.js",
"test-release-local": "node ./scripts/release-testing/test-release-local.js",
"test-ios": "./scripts/objc-test.sh test",
"test-typescript": "tsc -p packages/react-native/types/tsconfig.json",
"test-generated-typescript": "tsc -p packages/react-native/types_generated/tsconfig.test.json",
+2 -2
View File
@@ -6,10 +6,10 @@ Scripts supporting local manual release testing. See also [How to Test a Release
For information on command arguments, run `node <command> --help`.
### `test-e2e-local`
### `test-release-local`
Set up, build, and install a given test app configuration.
### `test-e2e-local-clean`
### `test-release-local-clean`
Clean up all file system and cache state between tests.
@@ -11,7 +11,7 @@
'use strict';
/*
* This script, paired with test-e2e-local.js, is the full suite of
* This script, paired with test-release-local.js, is the full suite of
* tooling needed for a successful local testing experience.
* This script is an helper to clean up the environment fully
* before running the test suite.