-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathandroid_test_result.txt
More file actions
20 lines (18 loc) · 919 Bytes
/
android_test_result.txt
File metadata and controls
20 lines (18 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
============================= test session starts ==============================
platform darwin -- Python 3.13.5, pytest-8.4.1, pluggy-1.6.0 -- /Users/armen/Library/Caches/pypoetry/virtualenvs/github-actions-practice-7EMNf0ni-py3.13/bin/python
cachedir: .pytest_cache
rootdir: /Users/armen/StudioProjects/github-actions
configfile: pyproject.toml
collecting ... collected 1 item
tests/test_login_android_compose.py::TestAndroidLogin::test_android_login_flow Step 1: Clicking on first view element...
Waiting for new screen to open...
Step 2: Clicking on second view element...
Waiting for login screen...
Step 3: Filling email field...
Step 4: Filling password field...
Step 5: Clicking login button...
Step 6: Waiting for successful login...
Login flow completed successfully!
Successfully logged in - dashboard element found!
PASSED
============================== 1 passed in 19.04s ==============================