Skip to main content

Private Cloud Integration

You can install the TestFairy enterprise suite on a private cloud on any AWS location in the US, Europe, Asia, or South America. According to your security policy, servers can be protected by custom firewall rules allowing access only from your offices.

With this installation, all data is stored privately using your resources.

Setting Your Endpoint

Once your private cloud is set up, get the URL endpoint your app will direct all of its data towards. This URL must be passed into the SDK before the begin method is called.

TestFairy.setServerEndpoint("<your private cloud url here>");
Example
// Be sure to import TestFairy
import com.testfairy.TestFairy;

TestFairy.setServerEndpoint("my-subdomain.testfairy.com");
TestFairy.begin(context, "<your app token here>");