A framework for building native applications using React
Use the app artifact in E2E tests (#48469)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48469 This change downloads the generated artifact and uses it in the E2E tests ## Context While looking at the recent failures of the E2E tests, I realized that the Hermes, NewArch, Debug variant often fails to build, not to test, for some misconfiguration. I also realized that we are already building that varaint successfully once, so why not reuse it? To reuse prebuilds, we need a few steps: 1. make sure we build all the variants we need 2. store the .app file as an artifact 3. download the artifact and use it in the E2E tests ## Changelog: [Internal] - Build release variant for RNTester Reviewed By: mdvacca Differential Revision: D67800932 fbshipit-source-id: 6f3c8bbc42ad95cabab85dafff00e233a936d136
R
Riccardo Cipolleschi committed
23780f8cb73a22ab32eb281ecea857ae461ed35a
Parent: 9bf7aff
Committed by Facebook GitHub Bot <[email protected]>
on 1/4/2025, 5:02:17 PM