Skip to content

Commit

Permalink
Removed the Beta flag, made content changes (#3015)
Browse files Browse the repository at this point in the history
  • Loading branch information
marstupa authored Nov 19, 2024
1 parent 5154fc8 commit 245a479
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/visual-testing/mobile-native-testing.md
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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)

0 comments on commit 245a479

Please sign in to comment.