Automated QA (com.unity.automated-testing
)
This package enables users to automate navigation through the UI of a Unity Project with the Recorded Playback Module and [Advanced]
Composite Recorded Playback Module
and optionally use recorded playbacks to drive Unity Tests - in the editor, on a local device, or on an Android phone in a cloud device farm - with the Recorded Testing Module.
Disclaimer & Limitations:
- This is an experimental package with volatile features. New versions may include breaking changes.
- Unity 2019.4 or above required
- Recording is currently limited to UI elements implemented with Unity UI
Included Modules:
Installation
- With your project open in the Unity Editor, open the Package Manager (Window > Package Manager).
- Press the plus button (
+
) in the top left of Package Manager and then select "Add package from git URL...". - Enter
com.unity.automated-testing
in the text box and then press "Add".