You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/automated-testing/ui-testing/teams-tests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ In what follows, we will provide guidance on how to achieve both.
67
67
68
68
### 1. Using Android Virtual Devices
69
69
70
-
This approach enables the creation of Android UI tests using virtual devices. It comes with the advantage of not requiring a paid licenses to certain vendors. However, due to the nature of emulators, compared to real devices, it may prove to be less stable. Always choose the solution that best fits your project requirements and resources.
70
+
This approach enables the creation of Android UI tests using virtual devices. It comes with the advantage of not requiring a paid license to certain vendors. However, due to the nature of emulators, compared to real devices, it may prove to be less stable. Always choose the solution that best fits your project requirements and resources.
71
71
72
72
Overall setup:
73
73
-[AVD - Android Virtual Devices](https://developer.android.com/studio/run/managing-avds) - which are virtual representation of physical Android devices.
0 commit comments