react-native/scripts/release-testing
Riccardo Cipolleschi 27bd6c9227 Use Debug APK for release testing (#46413)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/46413

When testing RNTester for Android during a release, we downloads the APKs from CI to save time.

Sadly, we were downloading the Release APKs instead of the Debug ones, so we could not test te integration with Metro.

This change fixes the testing scripts to download the debug APK

## Changelog
[Internal] - Download the debug APK instead of the Release one

Reviewed By: cortinico

Differential Revision: D62436023

fbshipit-source-id: 08a568caf3e5c85b9da933bc01623587bd36affe
2024-09-10 04:41:07 -07:00
..
utils Use Debug APK for release testing (#46413) 2024-09-10 04:41:07 -07:00
README.md
test-e2e-local-clean.js Rename E2E template init script, relocate Verdaccio config + storage (#43001) 2024-02-15 14:51:48 -08:00
test-e2e-local.js Move helloworld to build from artifacts on Android (#45517) 2024-07-19 08:55:19 -07:00

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.