iOS

Continuous Integration and Continuous Delivery with Jenkins and Fastlane


Testing has been an essential part of most medium-to-large projects, hence, it is important that every code change to our main branches triggers a full execution of test suite, so as to ensure that the change we made does not...