-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
flutter/plugins
#3667Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packageplatform-iosiOS applications specificallyiOS applications specifically
Description
The xctest requires the -target and -ios-destination flags to manually specify those parameters. This made adding XCTests to the plugins a little more complicated. Also the need to specify the -ios-destination will require human intervention when ci updates the iOS devices used for testing.
To make the command smarter, we can improve it so that:
-
It looks for all the testing targets and run all the XCTests.
-
It looks for all the available devices and select one for testing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: toolingAffects the flutter_plugin_tools packageAffects the flutter_plugin_tools packageplatform-iosiOS applications specificallyiOS applications specifically