My code is here,
// app.component.ts
public TestFairy: TestFairy;
platform.ready().then(() => {
TestFairy.begin(APP TOKEN);
...
});
Its through the Error for TestDairy
On
See the TestFairy documentation for ionic.
It's also recommended to add this plugin to enable logs on ios 10.x:
ionic plugin add cordova-plugin-console
Thanks, Yuval.
Try This
// app.componenet.ts
Right after the imports, add the following line to import TestFairy
Inside the constructor
Please refer this link : https://docs.testfairy.com/Integrations/Cordova.html