-
Task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
Implement tests for iOS debug and release builds.
- Build iOS Obj-C app with release certificate
- Build iOS Obj-C app with debug certificate
- Build iOS Swift app with release certificate
- Build iOS Swift app with debug certificate
- Build iOS Cordova app with release certificate
- Build iOS Cordova with debug certificate
- Build iOS Swift app with non-wildcard release certificate
- Build iOS Swift app with non-wildcard debug certificate
- Verify that .ipa file is downloadable
- Verify that build fails with expired certificate
- Build iOS Ionic 2 app with release certificate
- Build iOS React Native app with release certificate
Also, parametrize the path to IOS build credentials for release builds and upload them to Jenkins. We cannot simply have the IOS credentials in the source repository.
An idea is having the IOS credentials in a private repository and pulling it in the Jenkins pipeline (I mean the Jenkins pipeline that will run this test). This should be documented nicely for the community.
Test suite repo - https://github.com/aerogear/digger-test
Please add any relevant information to the README so that these new tests are visible.
- relates to
-
AEROGEAR-5794 Implement missing functionality in new BF test suite
- Closed