Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/testdotai/java-appium-sdk

🤖 Unleash the full power of test.ai into your Java Appium tests
https://github.com/testdotai/java-appium-sdk

ai appium appium-android appium-ios java selenium test-ai

Last synced: about 2 months ago
JSON representation

🤖 Unleash the full power of test.ai into your Java Appium tests

Awesome Lists containing this project

README

        

[![test.ai sdk logo](https://testdotai.github.io/static-assets/logo-sdk.png)](https://adoptium.net)

[![JDK-11+](https://img.shields.io/badge/JDK-11%2B-blue)](https://adoptium.net)
[![Apache 2.0](https://img.shields.io/badge/Apache-2.0-blue)](https://www.apache.org/licenses/LICENSE-2.0)
[![javadoc](https://javadoc.io/badge2/ai.test.sdk/test-ai-appium/javadoc.svg)](https://javadoc.io/doc/ai.test.sdk/test-ai-appium)
[![Discord](https://img.shields.io/discord/853669216880295946?&logo=discord)](https://sdk.test.ai/discord)

The test.ai Appium SDK is a simple library that makes it easy to write robust cross-platform mobile application tests backed by computer vision and artificial intelligence.

test.ai integrates seamelessly with your existing tests, and will act as backup if your selectors break/fail by attempting to visually (computer vision) identify elements. This ability can also be leveraged to to write a single test suite that works on both iOS & Android.

The test.ai SDK is able to accomplish this by automatically ingesting your Appium elements (using both screenshots and element names) when you run your test cases with test.ai for the first time.

The SDK is accompanied by a [web-based editor](https://sdk.test.ai/) which makes building visual test cases easy; you can draw boxes around your elements instead of using fragile CSS or XPath selectors.

## Install

Add the following line(s) to the dependencies section in your

**pom.xml (Maven)**
```xml

ai.test.sdk
test-ai-appium
0.1.0

````

**build.gradle (Gradle)**
```groovy
implementation 'ai.test.sdk:test-ai-appium:0.1.0'
```

## Tutorial
We have a detailed step-by-step tutorial which will help you get set up with the SDK: https://github.com/testdotai/java-appium-sdk-demo

## Resources
* [Register/Login to your test.ai account](https://sdk.test.ai/login)
* [API Docs](https://www.javadoc.io/doc/ai.test.sdk/test-ai-appium)
* [Another Tutorial](https://sdk.test.ai/tutorial)