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

Fix running ios tests in example project with dev flavor #2516

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

piotruela
Copy link
Collaborator

This PR fix running iOS tests in example app using dev flavor.
Before the fix, process was failing with xcodebuild: error: Failed to build workspace Runner with scheme dev.: There are no test bundles available to test. error which was caused by multiple .xctest files generated for dev scheme upon building the tests.
To fix that, shouldAutocreateTestPlan = "YES" line was removed from dev.xcscheme file.
PR also contains other changes which were required in order to make project compatible with Flutter 3.27.0, but those changes were also introduced in #2510.

Copy link

docs-page bot commented Feb 2, 2025

To view this pull requests documentation preview, visit the following URL:

docs.page/leancodepl/patrol~2516

Documentation is deployed and generated using docs.page.

@github-actions github-actions bot added the package: patrol Related to the patrol package (native automation, test bundling) label Feb 2, 2025
Copy link
Collaborator

@pdenert pdenert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@piotruela piotruela force-pushed the fix/example-dev-flavor-ios branch from d03a731 to 7db1174 Compare February 8, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: patrol Related to the patrol package (native automation, test bundling)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants