ashfurrow / xcode-hardware-performance

Results from running Xcode on a non-trivial open source project using various Macs
Other
1.13k stars 115 forks source link

POC of hardware testing automatisation #117

Closed azonov closed 4 years ago

azonov commented 4 years ago

Hi, as far as I describe, it would be nice to automate testing process...

I understand that its openSource, so, my POC of automation:

1) cd Project 2) bundle install 3) bundle exec fastlane test

+------+----------------------------+-------------+ | fastlane summary | +------+----------------------------+-------------+ | Step | Action | Time (in s) | +------+----------------------------+-------------+ | 1 | Verifying fastlane version | 0 | | 2 | default_platform | 0 | | 3 | xcversion | 0 | | 4 | cocoapods | 1 | | 5 | run_tests | 74 | +------+----------------------------+-------------+

this is example of summary, run_tests row is testing results in seconds,

About project:

Ideas:

For now, its 30m POC, I'm sure, 2-3 hours more and we will have amazing testing tool in Apple Development community