Skip to content

Commit

Permalink
feat(#29): add blips for Appium and Espresso (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester authored May 8, 2024
1 parent d1b181d commit 8b9844d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions radar/2024-04-17/appium.md
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.
10 changes: 10 additions & 0 deletions radar/2024-04-17/espresso.md
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).

0 comments on commit 8b9844d

Please sign in to comment.