mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7c0676db06
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44088 This is a power user option for Release Crew members when testing locally — a flag to bypass being blocked on the latest in-progress CircleCI job and instead fetch build artifacts from the most recent successful pipeline (typically `HEAD~1`). Example use cases where the latest pushed commit isn't impactful: - An iOS-only fix, meaning Android can be tested now. - A trivial fix that applies to CI only (e.g. RNTester Podfile.lock update). Changelog: [Internal] Reviewed By: cortinico Differential Revision: D56138727 fbshipit-source-id: f9884bdb289a92486807e8e033b756466fcec559
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.