Skip to content

Instantly share code, notes, and snippets.

View firetop0011's full-sized avatar
💭
Soso

firetop001 firetop0011

💭
Soso
View GitHub Profile
@firetop0011
firetop0011 / ios_split_device_testing.rb
Created February 11, 2023 13:04 — forked from adamyanalunas/ios_split_device_testing.rb
A script to evenly split the number of tests run between n iOS devices. Useful for splitting UI tests in device farms like Test Lab.
#!/usr/bin/env ruby
require 'xcodeproj'
require 'open3'
require 'ostruct'
require 'timeout'
require 'benchmark'
class Device