Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>apptest.ai test
apptest.ai test

apptest.ai test

apptest.ai

|
21 installs
| (0) | Free
vsts extension for apptest.ai test execution.
Get it free

apptest.ai test for Azure DevOps

apptest.ai test execution task for Azure DevOps

Installation

Installation can be done using Visual Studio MarketPlace.

Source Code

Source code can be found on Github.

Usage

Add the tasks to your build definition.

Inputs

Input your apptest.ai Access Key, Project ID, Package file
refer to more information from https://app.apptest.ai/#/main/integrations

Required apptest.ai Access Key, Project ID, Package file.

Setup Access Key using azure pipeline secret variable : APPTEST_AI_ACCESS_KEY

Example usage

This is the example to using azure pipeline
Please change to the your input.

    - task: apptestai-test@0
      inputs:
        access_key: '$(APPTEST_AI_ACCESS_KEY)'
        project_id: '12847'
        binary_path: 'build/app/outputs/apk/release/app-release.apk'

Running example is available on
https://github.com/forcemax/trace/blob/master/azure-pipelines.yml

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft