-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add brief info about testing android apps
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import Admonition from "@theme/Admonition"; | ||
|
||
# Тестирование Android Приложений | ||
|
||
<Admonition type="warning"> | ||
Статья на данный момент содержит базовые сведения и будет улучшена в [testplane#1002](https://github.com/gemini-testing/testplane/issues/1002). | ||
|
||
При возникновении вопросов обращайтесь в [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/) |
20 changes: 20 additions & 0 deletions
20
i18n/en/docusaurus-plugin-content-docs/current/guides/android-testing.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 will be improved in [testplane#1002](https://github.com/gemini-testing/testplane/issues/1002). | ||
|
||
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/) |