mrk-han
Follow
Looking for new opportunities!
SDET | iOS Developer | Mobile Build Engineer | CICD Specialist | Dabbles in Android stuff too | Ex-Wing | Ex-Grindr | Ex-WillowTree
- Charlottesville, VA
-
12:17
(UTC -05:00) - @markhan_
- in/mrk-han
Pinned Loading
-
Installing and creating Emulators wi...
Installing and creating Emulators with AVDMANAGER (For Continuous Integration Server or Local Use) 1# Install and Create Emulators using AVDMANAGER and SDKMANAGER
23## TL;DR
45For an emulator that mimics a Pixel 5 Device with Google APIs and ARM architecture (for an M1/M2 Macbook):
-
Enable and Disable Android Accessibi...
Enable and Disable Android Accessibility Settings from the Command Line using ADB (Font scale, talkback, color blind) 1# Using ADB to control Accessbility settings for easier testing with Android Emulators + Real Devices
23It's a lot easier to test accessibility on the fly using ADB. This gist attempts to make the days of navigating through the Android device settings UI to change Accessibility settings obsolete.
45These ADB commands will hopefully encourage Android developers to test and use their apps with common Accessiblility settings enabled.
-
Appium Pre-Run Script
Appium Pre-Run Script 1#!/usr/bin/env bash
23########################################################################
4# Goal: Run this script and start automating!
5# 1) Pull all changes for Appium/iOS/Android repo
-
Select Emulator, Wait for Emulator t...
Select Emulator, Wait for Emulator to Start, Wait for Emulator to Boot, then Install Android.apk 1#!/usr/bin/env bash
23####################################################################################
4# Adapted from various wait-for-boot scripts found online
5# This is the most robust version I could write for MacOS
-
Convert (Screen Capture) .mov files ...
Convert (Screen Capture) .mov files to GIF format using Ffmpeg and Gifsicle. Put GIFs into JIRA and Slack with ease! MacOS 1# Convert (Screen Capture) .mov files to GIF format using Ffmpeg and Gifsicle (MacOS)
23Prompts for path to `.mov` and allows user to enter a `.gif` name. Then converts that `.mov` file to a `.gif` and saves to `~/Downloads/`.
45Inspired by: https://gist.github.com/dergachev/4627207
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.