-
Notifications
You must be signed in to change notification settings - Fork 58
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
GutenbergDemo app: Enable Hermes #6154
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
1 similar comment
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
5243a92
to
75c35ab
Compare
5d62af2
to
1cc16a1
Compare
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.
LGTM @geriux! All tests passed. 🚀
1cc16a1
to
f171667
Compare
Related PRs:
This PR enables Hermes in the Demo app.
It removes the usage of
test:e2e:bundle:ios
in favor of using the command from Gutenbergnpm run core test:e2e:bundle:ios
this way we only need to keep updated in one place.Due to using Hermes on iPad the visual E2E tests were loading a very large test content which was affecting the stability of the test so I updated it to just have the content the test needed.
Lastly, it updates a visual snapshot for the Unsupported block editor.
To test CI checks should pass, including Full E2E tests.
PR submission checklist: