vsts-flutter-tasks | Flutter build tasks for Azure DevOps Pipelines/TFS | DevOps library
kandi X-RAY | vsts-flutter-tasks Summary
kandi X-RAY | vsts-flutter-tasks Summary
Flutter build tasks for Azure DevOps Pipelines/TFS.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Builds the IPI command .
- Main entry point .
- Build the apk
- Get a JSON object from the server .
- Run the AABB build .
- Finds the dist information of a release
- Run the build .
- Downloads the SDK package .
- Looks up the architecture for the platform .
- Normalizes a version .
vsts-flutter-tasks Key Features
vsts-flutter-tasks Examples and Code Snippets
Community Discussions
Trending Discussions on vsts-flutter-tasks
QUESTION
I would like to run automated UI testing using flutter driver on Azure Devops Pipelines and I'm using Flutter Tasks by Alois Daniel. There is no flutter driver support currenly on the azure flutter tasks plugin. We are looking for tasks where it would start up the simulators for Android and iOS while running flutter driver tests. We are running a vm-image for macos-latest in azure devops pipeline yml file.
...ANSWER
Answered 2020-Nov-26 at 07:11There is no such build-in extension to achieve what you need.
As an alternative , you could create your own extension, suggest you check the following articles to do that:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install vsts-flutter-tasks
Installs the Flutter SDK onto the running agent if not already installed. Then uses it for following tasks.
Select the channel: stable (default), beta, or dev.
Select the version of the SDK to install: latest (default), custom. If custom is specified, a custom version must be set.
(Optional). Set the custom version (in a <M>.<m>.<p> semver format) if needed.
Build the given mobile application project. You must call the Flutter Install task, set a FlutterToolPath environment variable, or use the optional Flutter SDK Path task entry that points to your flutter/bin folder before execution. All the application bundles are created into the build/outputs folder of your project.
Select the project source directory (that contains to pubspec.yaml file).
Select the target platform: Android (default), iOS, or All for both.
(Optional). Set flutter sdk path if using a local agent with a pre-installed Flutter SDK, can specify the path to utilize it. Otherwise use Flutter Install.
(Optional). Set package name (like 1.2.3) that will override the manifest's one.
(Optional). Set package number (like 12) that will override the manifest's one.
(Optional). Set build flavour (like development) to specify a build flavour. Must match Android Gradle flavor definition or XCode scheme.
(Optional). Set debug if you wish to override the default release mode for the build.
(Optional). Set Additional arguments if you wish to adds custom arguments to the build command.
(Android).(Optional). Set platform for the Android target: android-arm (default), android-arm64.
(iOS).(Optional). Set platform for the iOS target: device (default), simulator.
(iOS).(Optional). Codesign the application bundle (only available on device builds, and activated by default). Warning: you must install a valid certificate before build with the Install an Apple Certificatetask
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page