Skip to content

Commit

Permalink
docs: add brief info about testing android apps
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Aug 19, 2024
1 parent dd8f484 commit 18d9eb1
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/guides/android-testing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Admonition from "@theme/Admonition";

# Тестирование Android Приложений

<Admonition type="warning">
Статья на данный момент содержит базовые сведения и не претендует на исчерпывающее руководство, мы работаем над тем, чтобы улучшить её.

При возникновении вопросов обращайтесь в [discussions](https://github.com/gemini-testing/testplane/discussions) на GitHub.

</Admonition>

## Обзор

Testplane использует WebdriverIO для общения с браузерами и устройствами, поэтому из коробки есть поддержка тестирования нативных Android приложений на реальных устройствах или эмуляторах с помощью [Appium](https://appium.io/docs/en/latest/).

## Быстрый старт

- [Шаблонный проект](https://github.com/webdriverio/appium-boilerplate) для запуска тестов на Android/iOS с помощью WebdriverIO и Appium
- [Документация](https://webdriver.io/docs/api/appium) по взаимодействию с Appium с помощью WebdriverIO
- [Документация Appium](https://appium.io/docs/en/2.0/intro/)
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Admonition from "@theme/Admonition";

# Testing Android Applications

<Admonition type="warning">
The article currently contains basic information and does not claim to be an exhaustive guide; we are working to improve it.

If you have any questions, please refer to the [discussions](https://github.com/gemini-testing/testplane/discussions) on GitHub.

</Admonition>

## Overview

Testplane uses WebdriverIO to communicate with browsers and devices, so out of the box, it supports testing native Android applications on real devices or emulators using [Appium](https://appium.io/docs/en/latest/).

## Quick Start

- [Template Project](https://github.com/webdriverio/appium-boilerplate) for running tests on Android/iOS using WebdriverIO and Appium
- [Documentation](https://webdriver.io/docs/api/appium) for interacting with Appium using WebdriverIO
- [Appium Documentation](https://appium.io/docs/en/2.0/intro/)

0 comments on commit 18d9eb1

Please sign in to comment.