Emerge Android tooling & Gradle plugin for using Emerge's suite of developer tooling products:
- ⚖️ Size analysis
- 📸 Snapshots: End-to-end snapshot testing
- 💀 Reaper: Dead code detection using production data
- 🏎 Performance testing
- 🛰️ Build distribution
Using Emerge's Android tooling requires an Emerge account. Emerge offers generous trial & indie tiers to get started!
Create an account for free at emergetools.com.
The Emerge Gradle Plugin provides many helper tasks and functionality for integrating Emerge into your Android project.
See gradle-plugin for more information.
Emerge offers a full end-to-end snapshot testing solution using compose @Preview
functions with only about 10 minutes of setup.
Emerge handles the heavy lifting of generating, diffing, and hosting the snapshots for each build, allowing you to focus on building beautiful UI components.
See snapshots for full documentation.
Reaper is an SDK you add to your app to detect dead code. In combination with Emerge's Gradle plugin, Reaper reports class load usages in production, which Emerge uses to detect dead code.
See reaper for full documentation.
Emerge offers tooling for performance testing custom startup and UI tests.
Emerge tests on real, physical devices and handles variance control, statistical measurements and more to ensure you get 99% accurate performance measurements.
See performance for full documentation.
Distribution is an SDK to distribute alpha, beta, and test builds.
See distribution for full documentation.