Remove YAML front matter from docs

This commit is contained in:
bootstraponline
2014-04-16 18:17:19 -04:00
parent 095a8a4074
commit ef715d3bab
44 changed files with 2 additions and 226 deletions

View File

@@ -1,8 +1,3 @@
---
layout: default
title: readme
---
# Appium
> Appium是一个支持原生,混合和移动web apps的开源的跨平台测试框架工具

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Intel 硬件加速器管理
---
# Intel® 硬件加速器管理
如果你发现android虚拟机太慢, 并且你的系统运行在Intel® 的cpu上. 那么你可以尝试下HAXM, HAXM能够让你充分利用硬件虚拟化技术来加速android模拟器

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Android Coverage
---
Android 覆盖率需要使用模拟器或者 root 过的机器。使用 instrument target 构建应用,比如 `$ ant instrument`
`androidCoverage` 传给你设备的 capabilities并设置为你的 instrument 的 class。

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Appium 服务关键字
---
Appium 服务关键字
==========

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 名单
---
名单
=======

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 元素定位与交互
---
元素定位与交互
=====================================

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 使移动手势自动化
---
使移动手势自动化
==========================
当selenium webDriver 提供某些交互功能的支持时它的参数并不总是能很容易的映射到底层自动化设备比如ios中的UIAutomation所提供的功能。为此Appium在WebDriver 之上为移动手势增加了额外的命令和参数。

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Selenium Grid
---
Selenium Grid
======================

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Appium grunt 命令
---
Appium grunt 命令
=============

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 自动化混合应用
---
自动化混合应用
======================

View File

@@ -1,7 +0,0 @@
---
layout: default
title: Documentation
description: Appium Chinese Documentation
---
{% include doc_list.md url=page.url %}

View File

@@ -1,8 +1,3 @@
---
layout: default
title: iOS Deploy
---
部署ios app 到手机上
=====================================
准备在真机上执行appium测试, 需要如下准备:

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 自动化手机网页应用
---
自动化手机网页应用
======================

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 跨平台的移动测试方法
---
#### 跨平台的移动测试方法
##### 移动测试的重置方法reset

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Appium 在真机上
---
Appium在真机上
======================
Appium已经初步支持真机测试。

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 在 Linux 上运行 Appium
---
在 Linux 上运行 Appium
=======================

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 在 Mac OS X 上使用 Appium
---
在 Mac OS X 上使用 Appium
=======

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 在windows上运行appium
---
在windows上运行appium
=======================

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 執行測試
---
執行測試
=============

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Appium 服务器参数
---
Appium 服务器参数
==========

View File

@@ -1,8 +1,3 @@
---
layout: default
title: 触摸动作touch actions
---
# 触摸动作touch actions

View File

@@ -1,8 +1,3 @@
---
layout: default
title: Appium 故障调试
---
Appium 故障调试
======================

View File

@@ -1,8 +1,3 @@
---
title: Intel Hardware Accelerated Execution Manager
layout: default
---
# Intel® Hardware Accelerated Execution Manager
If you find the android emulator a slow and your system runs on an Intel®

View File

@@ -1,8 +1,3 @@
---
title: Android coverage
layout: default
---
Android coverage requires the emulator or a rooted device. Build your app
using the instrument target, for example `$ ant instrument`

View File

@@ -1,8 +1,3 @@
---
title: Appium server capabilities
layout: default
---
Appium server capabilities
==========

View File

@@ -1,8 +1,3 @@
---
title: Credits
layout: default
---
Credits
=======

View File

@@ -1,8 +1,3 @@
---
title: Finding and interacting with elements
layout: default
---
Finding and interacting with elements
=====================================
@@ -207,4 +202,4 @@ To find the id of this button, I click the "show alert" button in the
inspector preview. The Appium inspector then highlights the element in the UI
navigator, showing me both the id and element type of the button I clicked.
![Step 1](https://raw.github.com/appium/appium/master/assets/InspectorImages/Step2.png)
![Step 1](https://raw.github.com/appium/appium/master/assets/InspectorImages/Step2.png)

View File

@@ -1,8 +1,3 @@
---
title: Automating mobile gestures
layout: default
---
Automating mobile gestures
==========================

View File

@@ -1,8 +1,3 @@
---
title: Selenium Grid
layout: default
---
Selenium Grid
======================

View File

@@ -1,8 +1,3 @@
---
title: Appium grunt commands
layout: default
---
Appium grunt commands
=============

View File

@@ -1,8 +1,3 @@
---
title: Automating hybrid apps
layout: default
---
Automating hybrid apps
======================

View File

@@ -1,7 +0,0 @@
---
layout: default
title: Documentation
description: Appium English Documentation
---
{% include doc_list.md url=page.url %}

View File

@@ -1,8 +1,3 @@
---
title: Deploying your iOS app to your device
layout: default
---
Deploying your iOS app to your device
=====================================
To prepare for your Appium tests to run on a real device, you will need to:

View File

@@ -1,8 +1,3 @@
---
title: Automating mobile web apps
layout: default
---
Automating mobile web apps
======================

View File

@@ -1,8 +1,3 @@
---
title: Cross platform mobile methods
layout: default
---
#### Cross platform mobile methods
##### Reset

View File

@@ -1,8 +1,3 @@
---
title: Appium on real devices
layout: default
---
Appium on real iOS devices
======================
Appium has support for real device testing.

View File

@@ -1,8 +1,3 @@
---
title: Running Appium on Linux
layout: default
---
Running Appium on Linux
=======================

View File

@@ -1,8 +1,3 @@
---
title: Running Appium on Mac OS X
layout: default
---
Running Appium on Mac OS X
=======

View File

@@ -1,8 +1,3 @@
---
title: Running Appium on Windows
layout: default
---
Running Appium on Windows
=======================

View File

@@ -1,8 +1,3 @@
---
title: Running Tests
layout: default
---
Running Tests
=============

View File

@@ -1,8 +1,3 @@
---
title: Appium server arguments
layout: default
---
Appium server arguments
==========
@@ -71,4 +66,4 @@ All flags are optional, but some are required in conjunction with certain others
|`--key-password`|android|(Android-only) Key password||
|`--show-config`|false|Show info about the appium server configuration and exit||
|`--command-timeout`|60|The default command timeout for the server to use for all sessions. Will still be overridden by newCommandTimeout cap||
|`--keep-keychains`|false|(iOS) Whether to keep keychains (Library/Keychains) when reset app between sessions||
|`--keep-keychains`|false|(iOS) Whether to keep keychains (Library/Keychains) when reset app between sessions||

View File

@@ -1,8 +1,3 @@
---
title: Style guide for contributors
layout: default
---
Style guide for contributors
============================

View File

@@ -1,8 +1,3 @@
---
title: Touch Actions
layout: default
---
# Touch Actions
WebDriver provides an API to send some kinds of touch gestures to the devices,

View File

@@ -1,8 +1,3 @@
---
title: Troubleshooting Appium
layout: default
---
Troubleshooting Appium
======================