We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a React Native app that runs Maestro tests for both an iOS and Android build tied to the same commit / pr / branch.
maestro cloud \ --apiKey $MAESTRO_CLOUD_API_KEY \ --branch <branch> \ --pullRequestId <id> \ --commitSha <sha> \ --repoName <name> \ --repoOwner <owner_name> \ --async \ $buildAppFileName \ -- ./tests
It only reports the status of one of the platform's checks. I would expect it to show both runs. Is this a known limitation or bug?
Both platform's test runs are properly linked to the correct PR in the Cloud console.
The text was updated successfully, but these errors were encountered:
I asked for an update about the status of this issue: https://mobile-dev-inc.slack.com/archives/C05EVEUTKRP/p1728048323529359?thread_ts=1727352562.782779&cid=C05EVEUTKRP
Sorry, something went wrong.
No branches or pull requests
I have a React Native app that runs Maestro tests for both an iOS and Android build tied to the same commit / pr / branch.
It only reports the status of one of the platform's checks. I would expect it to show both runs. Is this a known limitation or bug?
Both platform's test runs are properly linked to the correct PR in the Cloud console.
The text was updated successfully, but these errors were encountered: