Questions tagged [testfairy]

TestFairy is a tool for monitoring and following up testing of Android and iOS applications.

TestFairy is a tool for monitoring and following up testing of applications. It features recording a video of application usage, and feedback on CPU and memory usage.

For more information, see the official homepage.

40 questions
4
votes
2 answers

Could not get unknown property 'outputFile' for task ':app:packageDebug'

I try to execute from my terminal the command : ./gradlew testfairyDebug. This return the next error: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:testfairyDebug'. Could not get unknown property…
PAx
  • 63
  • 1
  • 5
3
votes
0 answers

Simulate android shake

Is there an API method that can be used to simulate shaking an Android device? My reason for wanting to do this - I had been experimenting with using HockeyApp to provide an in-app feedback facility for my beta testers. Whilst it works I find that…
DroidOS
  • 8,530
  • 16
  • 99
  • 171
3
votes
1 answer

iOS 10/Xcode 8 TestFairy not logging

I tried googling and reading newest TestFairy documentation, but nothing worth of mention there. My problem is next: I upgraded Xcode to 8, and created new build that I uploaded on TestFairy. Everything is working normal, except now I don't see…
Stefan
  • 1,283
  • 15
  • 33
3
votes
1 answer

TestFairy causes delay during app launch

I was using TestFairy for quite a time now, and suddenly it started slowing up the app launch. I get this error when testFairy is initialised in appdelegate: *** error reading settings archive file:
Zakaria
  • 1,040
  • 3
  • 13
  • 28
3
votes
1 answer

Gradle can not find plugin

I'm trying to integrate TestFairy with my project. I use Android Studio 0.8.2 Beta. Official site: http://testfairy.com/ There is an example how it works: https://github.com/testfairy/testfairy-gradle-plugin This is my build.gradle: repositories { …
Artur Movsesyan
  • 744
  • 6
  • 21
2
votes
2 answers

Can i share iOS debug application using TestFairy without having Apple Developer account?

I am an Android developer and I don't really know much about how this iOS building app works. I currently develop a Flutter application and I share it with my coworkers using TestFairy. So far I share only Android build but we need to share an iOS…
Michał Powłoka
  • 1,424
  • 1
  • 13
  • 31
2
votes
2 answers

Unable to download previously uploaded .apk file from TestFairy

I am using TestFairy for uploading .apk file for testing. Problem is I am unable to download previously uploaded .apk files from older links infact from older links only latest .apk version file is getting downloaded. And version number is showing…
2
votes
1 answer

make circle ci upload only master commits to test fairy

I added in the circle.yml the instruction to upload to test fairy after the build. But I want only to upload to test fairy when the build was triggered by a commit in the master branch. My circle.yml file: test: override: # start the emulator …
jonathanrz
  • 4,206
  • 6
  • 35
  • 58
2
votes
1 answer

Testfairy SDK not integrated while uploading apk in Testfairy

I am uploading android apk file through Testfairy so that I can see logs when required. But after uploading, it says "Testfairy SDK not integrated in build, No recordings will be performed". Please suggest why this is happening. Thanks in Advance.
2
votes
1 answer

Xcode 7.1 TestFairy SDK 1.5.0, Many Warnings with xxxx.app.dSYM

After adding the Test Fairy 1.5.0 SDK and using XCODE 7.0.1, getting many warnings like while processing /Users/jefforthober/Dev/KidMix/KidMixiOS/KidMixCommon/TestFairy/libTestFairy.a(TFImageUtils.o): warning: Could not resolve external type…
ort11
  • 3,359
  • 4
  • 36
  • 69
2
votes
1 answer

iOS enterprise distributed app terminates without any error log

I have very weird distribution scenario with the iOS app. App works normally in simulator App works normally on the device with developer profile (and corresponding bundle id domain.product) When downloaded from testFairy service with valid…
daneejela
  • 13,081
  • 7
  • 38
  • 50
2
votes
5 answers

iOS :: 'TestFairy.h' file not found

I am trying to integrate TestFairy SDK into the iOS project for testing. I am following steps. But in the second step I am not understanding where to drag and drop the SDK. I added test fairy sdks by right click on project in the Navigator--> Add…
Anjali
  • 1,623
  • 5
  • 30
  • 50
2
votes
2 answers

TestFairy: No logs from logcat during sessions of particular users

We are currently using TestFairy to let testers test our app. Unfortunately in the case of one of them the logcat logs recording isn't working and the only logs which you can see are something like that: 00:02 D/libc-netbsd: getaddrinfo:…
Karzmu
  • 142
  • 1
  • 9
2
votes
2 answers

How to automate upload APK from Jenkins to TestFairy

I could not figure out how to command Jenkins to upload an APK to Testfairy. I know that Testfairy has an API for this, see the link below: http://blog.testfairy.com/how-to-upload-an-app-to-testfairy-via-api/ I'm new to this, how do I use the API?
prideloki
  • 483
  • 7
  • 19
1
vote
2 answers

Could not execute build using Gradle distribution 'https://services.gradle.org/distributions/gradle-5.1.1-all.zip'

I want to upload my app to testfairy. This always worked fine but since I have updated my gradle to 5.1.1 distribution I get the following error: org.gradle.tooling.GradleConnectionException: Could not execute build using Gradle distribution…
Sabina
  • 277
  • 2
  • 14
1
2 3