Skip to content

Commit

Permalink
ci: improve android biometric setup
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Nov 21, 2024
1 parent 6dd42fd commit b6e6a04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,13 @@ jobs:
avd-name: TestingAVD
script: |
echo "Starting the screen recording..."
sleep 3
adb shell "screenrecord --bugreport /data/local/tmp/screenrecord.mp4 & echo \$! > /data/local/tmp/screenrecord_pid.txt" &
adb shell settings put system pointer_location 1
adb shell locksettings set-pin 1111
sleep 3
adb shell am start -a android.settings.BIOMETRIC_ENROLL
sleep 3
adb shell input text 1111
adb shell input keyevent 66
sleep 3
Expand Down

0 comments on commit b6e6a04

Please sign in to comment.