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
1
vote
1 answer

Getting video record of Travis-CI builds with TestFairy

I use a FrameLayout with a recyclerView and a linearView where I ask for Runtime permissions. I have tests for Runtime permissions with UiAutomator that pass locally but that failed with Travis-CI. These tests are for an Activity that uses user…
E. Caquot
  • 11
  • 2
1
vote
3 answers

Use of unresolved identifier 'TestFairy' error in Xcode 9 when using TestFairy.begin()

After following all of the necessary steps on the TestFairy website to integrate the TestFairy SDK into iOS, I've run into a problem. I dragged the files into my project, I've checked "Copy files if needed", I've created the Bridging Header required…
1
vote
1 answer

Test Fairy Rest API not working

I am trying to call test fairy rest API to get all builds on the account using POSTman but getting missing parameters error. This is a GET call so parameters are being sent as part of…
aishacs72
  • 9
  • 5
1
vote
1 answer

Integrate Testfairy SDK into my xamarin project

Can anyone please tell me how to integrate testfairty SDK into my xanmarin project. Thanks in advance.
1
vote
2 answers

How to add the TestFairy ionic 2 application

My code is here, // app.component.ts public TestFairy: TestFairy; platform.ready().then(() => { TestFairy.begin(APP TOKEN); ... }); Its through the Error for TestDairy
Murali
  • 63
  • 6
1
vote
1 answer

Exception when Android App is deployed via TestFairy

I'm working on an App and everything is fine. But as soon as I deploy to testers using TestFairy the App throws a huge exception at some point which I don't understand at all. The exception is as follows: JNI DETECTED ERROR IN APPLICATION: obj ==…
grAPPfruit
  • 2,041
  • 3
  • 20
  • 29
1
vote
1 answer

Android testfairy java.lang.VerifyError?

After I upload my apk to testfairy and install it I get a java.lang.VerifyError crash The class extends android.support.v4.app.Fragment This is the function that is crashing. It crashes on the function execution, not the click but when I remove the…
Zeev G
  • 2,191
  • 21
  • 37
1
vote
1 answer

Testfairy Session won't close

Hello i'm using Testfairy to test my app and i have a huge problem. One of the sessions won't close and it transmitting for 4 hours now. action i already make : 1) reopen the app and close it including the service that run in background. -> it…
Maor Hadad
  • 1,850
  • 21
  • 36
1
vote
1 answer

TestFairy project URL not found in build output

I'm getting the above error while uploading build to test fairy using the Android Studio plugin. What project URL are they talking about ? testfairy output : TestFairy project URL not found in build output Done I added the plugin following the…
0
votes
1 answer

Could not locate build.gradle used for Android project

When i try to build version with TestFairy Android Studio throws this error: TestFairy: Could not locate build.gradle used for Android project. Maybe one of you have been facing with this problem before and know how to fix it.
Oscar Ivan
  • 819
  • 1
  • 11
  • 21
0
votes
1 answer

Unhandled Exception: MissingPluginException(No implementation found for method log on channel testfairy)

I'm trying to build an Android app, but receive an error MissingPluginException(No implementation found for method log on channel testfairy): E/flutter ( 8121): [ERROR:flutter/lib/ui/ui_dart_state.cc(177)] Unhandled Exception:…
ankad
  • 13
  • 1
  • 4
0
votes
2 answers

How to resolve the errors after updating a version of the TestFairy plugin?

I receive a lot the errors when I try to build iOS build. My current version of TestFairy is 2.0.0. Flutter version 1.22.2. Dart version 2.10.2. Xcode's output: ↳ …
ankad
  • 13
  • 1
  • 4
0
votes
1 answer

How long a distributed build valid when share via hockey(App Center) or Fabric?

I mostly use either TestFairy or Diawi account to share my iOS builds to the clients. Diawi's shared build goes expire after a week, but Testfairy's builds stay valid so long. And I just start exploring the other way of both these, those are…
Krimi
  • 332
  • 1
  • 15
0
votes
1 answer

Unable to unlink Testfairy from react-native

I am trying to unlink Testfairy from my react-native project for production build.To make this happen on a CI server I wrote a script in which one of the steps is to unlink Testfairy---> yarn react-native unlink react-native-testfairy But whenever I…
Rishabh Saxena
  • 274
  • 2
  • 6
0
votes
1 answer

React Native iOS StatusBar invisible after build?

I have a React Native project I've written using Expo -- when I develop and publish on Expo, the Status Bar up top (the time, wifi etc) is fine, I've never had to be concerned about it -- it's always been there, so I've never had to read-in a…
SpicyClubSauce
  • 4,076
  • 13
  • 37
  • 62