From ca4588f09214e5cf1d3c9e9ed6ad5cd7e6a5ee0e Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 31 Jan 2022 12:21:40 +0100 Subject: [PATCH] Add excerpt --- _posts/2021-10-14-fenix-physical-device-testing.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_posts/2021-10-14-fenix-physical-device-testing.md b/_posts/2021-10-14-fenix-physical-device-testing.md index aaec9f5..ba49d47 100644 --- a/_posts/2021-10-14-fenix-physical-device-testing.md +++ b/_posts/2021-10-14-fenix-physical-device-testing.md @@ -7,6 +7,11 @@ data: route: blog tags: - mozilla +excerpt: | + The Firefox for Android (Fenix) project runs extensive tests on every pull request + and when merging code back into the `main` branch. + While many tests run within an isolated Java environment, Fenix also contains a multitude of UI tests. + This post is about how to run these UI tests on actual physical devices in an automated way. --- The [Firefox for Android (Fenix)](https://github.com/mozilla-mobile/fenix) project runs extensive tests on every pull request and when merging code back into the `main` branch.