Chocolatey Community Coffee Break

Join the Chocolatey Team on our regular monthly stream where we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Announcing Chocolatey Central Management 0.10.0

Livestream from
Thursday, 06 October 2022

We recently released our largest update to Chocolatey Central Management so far. Join Gary and Steph to find out more about Chocolatey Central Management and the new features and fixes we've added to this release.

Watch On-Demand
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand
Chocolatey Product Spotlight: Chocolatey 1.2.0 and Chocolatey Licensed Extension 5.0.0

Livestream from
Thursday, 03 November 2022

Join Paul and Gary for this months Chocolatey product livestream where we look at the latest release of Chocolatey 1.2.0, Chocolatey Licensed Extension 5.0.0 and shine a spotlight on the new hook scripts functionality. This opens up so many possibilities for Chocolatey CLI users!

Watch On-Demand
Chocolatey Coding Livestream

Livestream from
Tuesday, 29 November 2022

Join Josh as he adds the ability to manage Chocolatey GUI config and features with the Chocolatey Ansible Collection.

Watch On-Demand
Introduction into Chocolatey with Veeam

Webinar from
Tuesday, 13 December 2022

Join Gary, Paul, and Maurice as they introduce and demonstrate how to use Chocolatey! Questions will be answered live in an Ask Me Anything format.

Watch On-Demand

Downloads:

1,311

Downloads of v 1.2.15.20230405:

106

Last Update:

12 May 2023

Package Maintainer(s):

Software Author(s):

  • NetEase Inc

Tags:

airtest-ide airtest ide poco pocoui poco-ui selenium automatisation test python

Airtest IDE (Portable)

  • 1
  • 2
  • 3

1.2.15.20230405 | Updated: 12 May 2023

Downloads:

1,311

Downloads of v 1.2.15.20230405:

106

Maintainer(s):

Software Author(s):

  • NetEase Inc

Airtest IDE (Portable) 1.2.15.20230405

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Airtest IDE (Portable), run the following command from the command line or from PowerShell:

>

To upgrade Airtest IDE (Portable), run the following command from the command line or from PowerShell:

>

To uninstall Airtest IDE (Portable), run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade airtest-ide -y --source="'INTERNAL REPO URL'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade airtest-ide -y --source="'INTERNAL REPO URL'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install airtest-ide
  win_chocolatey:
    name: airtest-ide
    version: '1.2.15.20230405'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'airtest-ide' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.2.15.20230405'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller airtest-ide
{
    Name     = "airtest-ide"
    Version  = "1.2.15.20230405"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'airtest-ide':
  ensure   => '1.2.15.20230405',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator flcdrg on 14 May 2023.

Description

Airtest IDE (Portable)

About

  • Airtest - is an Cross-Platform UI Automation Framework for Games and Apps.
  • AirtestIDE - is an out of the box GUI tool that helps to create and run cases in a user-friendly way. AirtestIDE supports a complete automation workflow: create, run, report.

Features

  • Write Once, Run Anywhere: Airtest provides cross-platform APIs, including app installation, simulated input, assertion and so forth. Airtest uses image recognition technology to locate UI elements so that you can automate games and apps without injecting any code.
  • Fully Scalable: Airtest cases can be easily run on large device farms, using commandline or python API. HTML reports with detailed info and screen recording allow you to quickly locate failure points. NetEase builds Airlab on top of the Airtest Project.
  • Poco: Poco adds the ability to directly access object(UI widget) hierarchy across the major platforms and game engines. It allows writing instructions in Python, to achieve more advanced automation.

Game Test

With image recognition and UI hierarchy, our automation framework support game testing.

  • Supports all game engines and apps
  • Multiplatform
  • Easy to use

Android native apps

In Android native apps testing process, Airtest can play a siginificant role - plug-and-play.

Windows applications

Support for Windows applications, write one code and run the it across the platforms.

iOS Support

With poco, Airtest can access iOS native element and find out their location and attributes, which make iOS testing process easy and convenient.

Selenium Plugin

Base on Chrome Devtools Protocol, record and generate selenium scripts, accurately access web element.

Documentation

You can find the complete Airtest documentation on readthedocs.


tools\chocolateybeforemodify.ps1
################################################################################
# Content paths
################################################################################
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$ErrorActionPreference = 'Stop';
$packageName= 'airtest-ide'
 
$folderName =  Join-Path $toolsDir 'AirtestIDE'

$ProgramsPath = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$DesktopPath = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::Desktop)

$testProcessAdminRights = Test-ProcessAdminRights
Write-Host "ProcessAdminRights:" $testProcessAdminRights

################################################################################
# Trying to remove shortcuts
################################################################################
# From Programs menu
try {
    $shortcutFilePathProgramsPath = Join-Path $ProgramsPath 'AirtestIDE.lnk'
    Remove-Item -Path $shortcutFilePathProgramsPath -Force
    Write-Host 'Shortcut AirtestIDE.lnk successfully removed from Start Menu.'
}
catch {
    Write-Host 'Shortcut AirtestIDE.lnk not found in Start Menu. Nothing to remove. Skipping.'
}

# From Desktop
try {
    $shortcutFilePathDesktopPath = Join-Path $DesktopPath 'AirtestIDE.lnk'
    Remove-Item -Path $shortcutFilePathDesktopPath -Force
    Write-Host 'Shortcut AirtestIDE.lnk successfully removed from Desktop.'
}
catch {
    Write-Host 'Shortcut AirtestIDE.lnk not found in Desktop. Nothing to remove. Skipping.'
}

# AirtestIDE folder
try {
    remove-item -path $folderName\* -Force -Recurse -ErrorAction SilentlyContinue
    Write-Host 'AirtestIDE folder successfully cleared.'
}
catch {
    Write-Host 'AirtestIDE folder not cleared. Something went wrong. Skipping.'
}

tools\chocolateyinstall.ps1
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$chocoRootBin = Join-Path $($env:ChocolateyInstall) 'bin'
$ErrorActionPreference = 'Stop';

$packageName= 'airtest-ide'
$folderName =  Join-Path $toolsDir 'AirtestIDE'

$packageArgs = @{
  packageName   = $packageName
  unzipLocation = $folderName
  url           = 'https://airtestproject.s3.netease.com/downloads/AirtestIDE/win32/AirtestIDE-win-1.2.15.zip' # download url, HTTPS preferred
  url64bit      = 'https://airtestproject.s3.netease.com/downloads/AirtestIDE/win64/AirtestIDE-win-1.2.15.zip' # 64bit URL here (HTTPS preferred) or remove - if installer contains both (very rare), use $url
  #file         = $fileLocation
  #fileFullPath = $fileLocation
  #destination   = Join-Path $toolsDir $folderName

  checksum      = 'F549F83E70183EFC118FB88EBB9A37D4B179815C30C6722B4AD112BF0D328A2A'
  checksumType  = 'sha256' #default is md5, can also be sha1, sha256 or sha512

  checksum64    = 'D8A2DCDED4FC55B8BBFFFC20BF82AD1992584DB68A8209C1D1669C5E5E8EB4CE'
  checksumType64= 'sha256'
}

$testProcessAdminRights = Test-ProcessAdminRights
Write-Host "ProcessAdminRights:" $testProcessAdminRights

################################################################################
# https://chocolatey.org/docs/helpers-install-chocolatey-zip-package
################################################################################
Install-ChocolateyZipPackage @packageArgs 

################################################################################
# Install  shortcuts
################################################################################
$airtestShimm = Join-Path $chocoRootBin 'AirtestIDE.exe'
Write-Host "airtestShimm: $airtestShimm"

$ProgramsPath = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$DesktopPath = [System.Environment]::GetFolderPath([System.Environment+SpecialFolder]::Desktop)

$shortcutFilePathProgramsPath = Join-Path $ProgramsPath "AirtestIDE.lnk"
$shortcutFilePathDesktopPath = Join-Path $DesktopPath "AirtestIDE.lnk"

Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePathProgramsPath -targetPath $airtestShimm
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePathDesktopPath -targetPath $airtestShimm

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Airtest IDE (Portable) 1.2.15.20230404 52 Tuesday, April 18, 2023 Exempted
Airtest IDE (Portable) 1.2.14.20220520 7 Saturday, October 7, 2023 Approved
Airtest IDE (Portable) 1.2.13.20211230 7 Friday, October 6, 2023 Approved
Airtest IDE (Portable) 1.2.12.20210929 9 Friday, October 6, 2023 Approved
Airtest IDE (Portable) 1.2.11.20210819 10 Friday, October 6, 2023 Approved
Airtest IDE (Portable) 1.2.10.20210621 24 Friday, May 12, 2023 Approved
Airtest IDE (Portable) 1.2.9.20210427 28 Friday, May 12, 2023 Approved
Airtest IDE (Portable) 1.2.8.20210223 27 Friday, May 12, 2023 Approved
Airtest IDE (Portable) 1.2.7.20210207 231 Thursday, February 18, 2021 Approved
Airtest IDE (Portable) 1.2.6.20201013 23 Tuesday, April 18, 2023 Approved
Airtest IDE (Portable) 1.2.5.20200716 22 Tuesday, April 18, 2023 Approved
Airtest IDE (Portable) 1.2.4.20200717 8 Friday, October 6, 2023 Exempted
Airtest IDE (Portable) 1.2.3.20200121 24 Tuesday, April 18, 2023 Approved
Airtest IDE (Portable) 1.2.3.20200120 28 Tuesday, April 18, 2023 Approved
Airtest IDE (Portable) 1.2.2.20190910 19 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.2.1.20190416 20 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.2.0.20190115 25 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.1.0.20181106 26 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.0.1.20181011 24 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.0.0.20180918 25 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 1.0.0.20180905 27 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 0.1.6.20180807 24 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 0.1.5.20180720 26 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 0.1.4.20180710 24 Thursday, April 13, 2023 Approved
Airtest IDE (Portable) 0.1.3.20180629 92 Thursday, February 18, 2021 Approved
Airtest IDE (Portable) 0.1.2.20180626 85 Thursday, February 18, 2021 Approved
Airtest IDE (Portable) 0.1.1.20180619 70 Thursday, February 18, 2021 Approved
Airtest IDE (Portable) 0.1.0.20180615 69 Thursday, February 18, 2021 Approved
Airtest IDE (Portable) 0.0.18.20180522 127 Wednesday, January 13, 2021 Approved

V1.2.15.20230404

Release Date: 2023-04-04

New Features

  • Airtest is updated to 1.2.10.1, and the updates are as follows:
  • Airtest 1.2.7
  • Added device.disconnect() interface
  • Added a lot of assertion statements
  • Modified the application installation interface pm_install
  • Support Android12L
  • Airtest 1.2.8-1.2.9
  • Windows and iOS devices support recording screens using the start_recording interface
  • Improved the compatibility of windows screenshot method
  • Support Android13
  • Airtest 1.2.10.1
  • Update support for https://github.com/AirtestProject/iOS-Tagent, please update airtest and iOS-Tagent at the same time, and deploy the latest version on the phone
  • Poco updated to 1.0.89, and the updates are as follows:
  • Update PocoService.apk to support Android12+
  • Download the iOS-Tagent project: iOS-Tagent

Bug Fixes


This package has no dependencies.

Discussion for the Airtest IDE (Portable) Package

Ground Rules:

  • This discussion is only about Airtest IDE (Portable) and the Airtest IDE (Portable) package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Airtest IDE (Portable), or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus