-
Notifications
You must be signed in to change notification settings - Fork 25k
Setup basic Hermes V1 E2E tests #54576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@j-piasecki has imported this pull request. If you are a Meta employee, you can view this in D87331639. |
cortinico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review automatically exported from Phabricator review in Meta.
Summary: Adds a new action that will run every day after the nightly build is published. This action will set up a blank app from the template, enable Hermes V1, and run a simple E2E test on Android and iOS in both Debug and Release configurations. ## Changelog: [INTERNAL] [ADDED] - Added basic E2E tests for Hermes V1 Test Plan: I haven't tested the changes since they require larger action runners, but the changes are additive and don't impact existing infra (besides adding an optional parameter). Reviewed By: cortinico Differential Revision: D87331639 Pulled By: j-piasecki
8aaac77 to
59b0d1d
Compare
|
@j-piasecki has exported this pull request. If you are a Meta employee, you can view the originating Diff in D87331639. |
Summary: Adds a new action that will run every day after the nightly build is published. This action will set up a blank app from the template, enable Hermes V1, and run a simple E2E test on Android and iOS in both Debug and Release configurations. ## Changelog: [INTERNAL] [ADDED] - Added basic E2E tests for Hermes V1 Test Plan: I haven't tested the changes since they require larger action runners, but the changes are additive and don't impact existing infra (besides adding an optional parameter). Reviewed By: cortinico Differential Revision: D87331639 Pulled By: j-piasecki
59b0d1d to
70c0825
Compare
|
@j-piasecki merged this pull request in 630f80c. |
|
This pull request was successfully merged by @j-piasecki in 630f80c When will my fix make it into a release? | How to file a pick request? |
Summary:
Adds a new action that will run every day after the nightly build is published. This action will set up a blank app from the template, enable Hermes V1, and run a simple E2E test on Android and iOS in both Debug and Release configurations.
Changelog:
[INTERNAL] [ADDED] - Added basic E2E tests for Hermes V1
Test Plan:
I haven't tested the changes since they require larger action runners, but the changes are additive and don't impact existing infra (besides adding an optional parameter).