NUI Automation Test by Aurum.
This test is designed to test NUITizenGallery examples. Test will take screenshots for each examples and compare with expected screenshots.
-
Aurum : Tizen UI Automator
Aurum Public (Login Required)
-
Tizen Device (Raspberry PI 4 Tizen)
-
Device SDB Connection on PC
-
sdb, python3 in PC
-
Install latest packages on Device
Tizen.NUI.WebViewTest (Need to change csproj for binary build.)
Tizen.NUI.WidgetViewTest (Need to change csproj for binary build.)
-
Pre-environment Setting
(host)
cd ui_automation/python/mobile
(host)
python3 -m venv v
-
Linux (host)
source v/bin/activate
-
Window (host)
v/Scripts/activate.bat
(python_virtual)
pip3 install -r ../../../protocol/resources/python/requirements.txt
(python_virtual)
pip3 install 'protobuf<4.0dev,>=3.12.0' --force-reinstall
(python_virtual)
pip3 install opencv-python
(python_virtual)
python3 ../../../protocol/resources/python/mobile/mobileSetup.py
-
-
Launch Test
(python_virtual)
cd test/NUITizenGallery/
(python_virtual)
python3 ScreenShotCapturer.py
(python_virtual)
python3 {test-name}.py
(python_virtual)
python3 AllTest.py