From 245a47919329ac107bf86ba43f95f57d5292c825 Mon Sep 17 00:00:00 2001 From: Marija Stupar <100685174+marstupa@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:07:42 +0100 Subject: [PATCH] Removed the Beta flag, made content changes (#3015) --- docs/visual-testing/mobile-native-testing.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/visual-testing/mobile-native-testing.md b/docs/visual-testing/mobile-native-testing.md index 815c0d534c..e61cca7cae 100644 --- a/docs/visual-testing/mobile-native-testing.md +++ b/docs/visual-testing/mobile-native-testing.md @@ -1,7 +1,7 @@ --- id: mobile-native-testing -title: Mobile Native Testing (BETA) -sidebar_label: Mobile Native Testing (BETA) +title: Mobile Native Testing +sidebar_label: Mobile Native Testing --- import Tabs from '@theme/Tabs'; @@ -10,22 +10,21 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; In addition to website testing, Sauce Visual also supports testing of native mobile apps for Android and iOS with Appium. -In principal, the process is the same as writing a visual test for a website, except that instead of a website, an app needs to be specified in the capabilities. +In principle, the process is the same as writing a visual test for a website, except that instead of a website, a mobile native app needs to be specified in the capabilities. -Check out [our examples](https://github.com/saucelabs/visual-examples/) to see it in action. +Check [our examples](https://github.com/saucelabs/visual-examples/) to see visual for mobile native in action. ## Best Practices -When writing a visual test for mobile apps, we recommend the following +When writing a visual test for mobile apps, we recommend the following: - Explicitly control "dark mode" / "light mode" before taking visual snapshots, so snapshots are either always taken in dark or light mode, but not mixed. - Explicitly specify a single device and OS version for testing. You may run the same test suite on various devices, but don't use wildcards in device names (dynamic device allocation). ## Limitations -The following features are not available for mobile app testing: +The following features are not yet available for mobile app testing: - Full page screenshots - DOM capture and inspection - [Selective diffing](./selective-diffing.md) -