You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can't pass --build-number and --build-name flags to a Flutter build when building Patrol tests with the app.
Thus, it's hard to work force update features around and the other way around -- it's hard to test the "force update" feature itself. :)
Proposal
There should be --build-number and --build-name flags in patrol build, patrol test and patrol develop and they should just behave the same as in Flutter CLI.
The text was updated successfully, but these errors were encountered:
Use case
Right now you can't pass
--build-number
and--build-name
flags to a Flutter build when building Patrol tests with the app.Thus, it's hard to work force update features around and the other way around -- it's hard to test the "force update" feature itself. :)
Proposal
There should be
--build-number
and--build-name
flags inpatrol build
,patrol test
andpatrol develop
and they should just behave the same as in Flutter CLI.The text was updated successfully, but these errors were encountered: