Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 987 Bytes

File metadata and controls

22 lines (17 loc) · 987 Bytes

Changelog

All notable changes to this project are documented here. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2026-07-01

Added

  • testingbotUpload task — upload an APK to TestingBot Storage and capture the tb://<appkey> URL.
  • testingbotEspresso task — upload app + test APK, start an Espresso run per device capability, poll for completion, download the JUnit report, and fail the build on failures.
  • testingbotDevices task — list available Android devices.
  • testingbot { } DSL with credential resolution (DSL → Gradle property → environment), free-form capabilities, and optional Android Gradle Plugin auto-wiring.