https://github.com/emergetools/emerge-android
Android tooling & gradle plugin for Emerge's size analysis, end-to-end snapshotting, Reaper dead code detection and performance testing
https://github.com/emergetools/emerge-android
android performance-testing size-analyzer snapshot-testing
Last synced: 3 months ago
JSON representation
Android tooling & gradle plugin for Emerge's size analysis, end-to-end snapshotting, Reaper dead code detection and performance testing
- Host: GitHub
- URL: https://github.com/emergetools/emerge-android
- Owner: EmergeTools
- License: apache-2.0
- Created: 2023-05-26T21:20:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:45:03.000Z (3 months ago)
- Last Synced: 2025-04-09T20:03:01.778Z (3 months ago)
- Topics: android, performance-testing, size-analyzer, snapshot-testing
- Language: Kotlin
- Homepage: https://docs.emergetools.com/docs/quickstart
- Size: 4.08 MB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛸 Emerge Android
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## Getting started
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](https://www.emergetools.com/).
## 🐘 Emerge Gradle Plugin
The Emerge Gradle Plugin provides many helper tasks and functionality for integrating Emerge into
your Android project.See [gradle-plugin](./gradle-plugin/README.md) for more information.
## 📸 Snapshots
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](./snapshots/README.md) for full documentation.
## 💀 Reaper
Reaper is a library 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](./reaper/README.md) for full documentation.
## 🏎 Performance
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](./performance/README.md) for full documentation.
## 🛰️ Build Distribution
Distribution is an SDK to distribute alpha, beta, and test builds.
See [distribution](./distribution/README.md) for full documentation.
## Artifacts & versions
| Artifact | Description | Latest | Min SDK |
|-------------------------------------------------|-----------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
| `com.emergetools.android` | Emerge Gradle Plugin | [](https://plugins.gradle.org/plugin/com.emergetools.android) | N/A |
| `com.emergetools.snapshots:snapshots` | Snapshot testing library | [](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots) | 23 |
| `com.emergetools.snapshots:snapshots-annotations` | Snapshots Annotations | [](https://maven-badges.herokuapp.com/maven-central/com.emergetools.snapshots/snapshots-annotations) | 23 |
| `com.emergetools.reaper:reaper` | Reaper library | [](https://maven-badges.herokuapp.com/maven-central/com.emergetools.reaper/reaper) | 21 |
| `com.emergetools.test:performance` | Performance testing library | [](https://maven-badges.herokuapp.com/maven-central/com.emergetools.test/performance) | 23 |
| `com.emergetools.distribution:distribution` | Build distribution library | [](https://maven-badges.herokuapp.com/maven-central/com.emergetools.distribution/distribution) | 21 |