-
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.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
2 changed files
with
25 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,15 @@ | ||
--- | ||
title: "Appium" | ||
ring: assess | ||
quadrant: languages-and-frameworks | ||
tags: [quality] | ||
--- | ||
|
||
[Appium](https://appium.io) is a UI test framework designed to facilitate UI automation on many app platforms including mobile and browser. | ||
|
||
In the CHT, we are [evaluating Appium](https://github.com/medic/wdio-appium-tests) as a tool that would allow for running some cht-core e2e tests against an actual Android device. | ||
|
||
Some of the main advantages provided by Appium are: | ||
|
||
- Tests can be written in JavaScript using WebdriverIO. This means that Appium tests would look and feel very similar to our existing cht-core e2e tests. | ||
- Appium has a large thriving community and is well-documented. |
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,10 @@ | ||
--- | ||
title: "Espresso" | ||
ring: adopt | ||
quadrant: languages-and-frameworks | ||
tags: [quality] | ||
--- | ||
|
||
[Espresso](https://developer.android.com/training/testing/espresso/) is a test framework for Android UI tests. | ||
|
||
In the CHT, Espresso is used to run the e2e tests in [cht-android](https://github.com/medic/cht-android). |