Closed azonov closed 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
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