From c51dc1d14c6fb8f80bf1071733c67e2c5c14671a Mon Sep 17 00:00:00 2001 From: Canhua Li Date: Sun, 6 Oct 2019 22:45:47 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 66f8e31..e3322e2 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ selenium-appium is [selenium-webdriver](https://seleniumhq.github.io/selenium/do [![NPM version](https://badge.fury.io/js/selenium-appium.svg)](https://npmjs.org/package/selenium-appium) [![Monthly Downloads](https://img.shields.io/npm/dm/selenium-appium.svg)](https://npmjs.org/package/selenium-appium) +[![Build Status](https://dev.azure.com/ReactNativeWindows/selenium-appium/_apis/build/status/PR?branchName=master)](https://dev.azure.com/ReactNativeWindows/selenium-appium/_build/latest?definitionId=3&branchName=master) ### Features 1. A bridge to make selenium-webdriver to drive appium for native app automation. Implement [Mobile JSON Wire Protocol Specification](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md) locator which selenium-webdriver doesn't support.