react-native-windows / WinAppDriverInstaller

Install Windows Application Driver on agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Pipeline Task: WinAppDriver Installer

Overview

Windows Application Driver (WinAppDriver) is a service to support Selenium-like UI Test Automation on Windows Applications. And it's widely used for Windows UI Automation.

WinAppDriver is released on github, and this task helps you to install different version of WinAppDriver to agent.

How to use it

- task: WinAppDriverInstaller@0
  inputs:
    WinAppDriverVersion: 'v1.1.1'

Or

assist

Init, build and create package

npm run package

windows-application-driver-installer in marketplace

windows-application-driver-installer

About

Install Windows Application Driver on agent

License:MIT License


Languages

Language:TypeScript 100.0%