forked from appium-boneyard/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge Android tutorials and update for Slate
- Loading branch information
1 parent
c8ee6a8
commit f89934c
Showing
59 changed files
with
643 additions
and
648 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
2 changes: 2 additions & 0 deletions
2
modules/en/source/appium/01_native_ios_automation/04_running_tests/02_flaky_gem.md
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Flaky Gem | ||
|
||
<ruby> | ||
|
||
[common flaky](/common/flaky_gem.md) | ||
|
11 changes: 7 additions & 4 deletions
11
.../02_native_android_automation/01_getting_started_with_appium/01_introduction.md
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 |
---|---|---|
@@ -1,8 +1,11 @@ | ||
## Module 2 - Ruby Appium Native Android Automation | ||
# Native Android Automation | ||
|
||
### Chapter 1 - Getting started with appium | ||
This tutorial covers automating native Android apps in Ruby and Java. To select | ||
the active language, click `Ruby` or `Java` on the left hand side. Code | ||
samples and content will change based on the selected language. | ||
|
||
# Getting started with appium | ||
|
||
[introduction](/common/introduction.md) | ||
|
||
In this chapter, we'll be preparing to automate a native Android app using appium | ||
with Ruby. | ||
In this chapter, we'll be preparing to automate a native Android app. |
12 changes: 11 additions & 1 deletion
12
.../02_native_android_automation/01_getting_started_with_appium/02_installation.md
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 |
---|---|---|
@@ -1,3 +1,13 @@ | ||
[install](/common/install.md) | ||
|
||
[rubymine](/common/rubymine.md) | ||
<ruby> | ||
|
||
[rubymine](/common/rubymine.md) | ||
|
||
</ruby> | ||
|
||
<java> | ||
|
||
[common Java IDE](/common/java_ide.md) | ||
|
||
</java> |
8 changes: 4 additions & 4 deletions
8
...ndroid_automation/02_appium_ruby_console/02_compiling_the_android_sample_app.md
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
4 changes: 2 additions & 2 deletions
4
...ive_android_automation/02_appium_ruby_console/03_prebuilt_android_sample_app.md
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#### Prebuilt Android Sample App | ||
## Prebuilt Android Sample App | ||
|
||
I have a compiled version of the Api Demos apk on GitHub. | ||
|
||
> https://github.com/appium/ruby_lib/raw/master/ruby_lib_android/api.apk | ||
`https://github.com/appium/ruby_lib/raw/master/ruby_lib_android/api.apk` | ||
|
||
Downloading from the above link will be faster than building from source. |
10 changes: 6 additions & 4 deletions
10
.../02_native_android_automation/02_appium_ruby_console/04_starting_the_console.md
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
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
2 changes: 1 addition & 1 deletion
2
...ium/02_native_android_automation/02_appium_ruby_console/08_uiautomatorviewer.md
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
2 changes: 1 addition & 1 deletion
2
...source/appium/02_native_android_automation/02_appium_ruby_console/10_summary.md
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
Oops, something went wrong.