Testing with Fire

Last week I have been working on a simple application which had as purpose to show the work’s API and now its so nicely accepted that they want to have it build. This means all kind of nasty issues popup like automatic builds via Gitlab, automated UI testing, and unit tests.

I was wondering if anyone have tried to solve any of the above problems before?

  1. Are there any examples of using unit tests with EUnit for Android/iOS for Fire?
  2. Are there any examples how to do automated UI testing with Fire/Elements for Android and iOS? A twitter friend mentioned https://testingwithfrank.github.io
  3. Are there any special thinks I need to aware of when I want to move the building and uploading of builds App Connect to Gitlab CI? For this I was thinking of using Fastlane