Skip to content
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

[CI][Testing] Prepare scripts to simplify E2E testing #46545

Closed
wants to merge 1 commit into from

Conversation

cipolleschi
Copy link
Contributor

@cipolleschi cipolleschi commented Sep 17, 2024

Summary:

Add tests to simplify running Maestro e2e tests locally.
Thanks to these scripts, users can just, from the root folder:

yarn install
cd packages/rn-tester

# build android for testing
yarn e2e-build- android

# run tests on android
yarn e2e-test-android

# build iOS for testing
yarn e2e-build-ios

# run tests on iOS
yarn e2e-test-ios

This is a preliminary step for a future umbrella issue. We can also use these command in CI to simplify the scripts.

Changelog:

[Internal] - add script to simplify e2e testing

Test Plan:

Tested the command locally

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Sep 17, 2024
@facebook-github-bot
Copy link
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@cipolleschi cipolleschi force-pushed the cipolleschi/prepare-scripts-for-maestro branch from 2e61d00 to 0cc49a9 Compare September 17, 2024 16:52
@facebook-github-bot
Copy link
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@cipolleschi cipolleschi force-pushed the cipolleschi/prepare-scripts-for-maestro branch from 0cc49a9 to 1128e50 Compare September 18, 2024 09:59
@facebook-github-bot
Copy link
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@cipolleschi cipolleschi force-pushed the cipolleschi/prepare-scripts-for-maestro branch from 1128e50 to 8245b5f Compare September 18, 2024 13:46
@cipolleschi cipolleschi force-pushed the cipolleschi/prepare-scripts-for-maestro branch from 8245b5f to d59fd02 Compare September 18, 2024 13:47
@facebook-github-bot
Copy link
Contributor

@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 20, 2024
@facebook-github-bot
Copy link
Contributor

@cipolleschi merged this pull request in 9e2e8c1.

@react-native-bot
Copy link
Collaborator

This pull request was successfully merged by @cipolleschi in 9e2e8c1

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants