verify-on-device

Build, install, and verify the WooCommerce Android app on a device or emulator.

318|146|Updated Oct 5, 2017
One-click install
npx skills add https://github.com/woocommerce/woocommerce-android --skill verify-on-device
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-on-device
Source: https://github.com/woocommerce/woocommerce-android/tree/main/.agents/skills/verify-on-device
Command: npx skills add https://github.com/woocommerce/woocommerce-android --skill verify-on-device

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of building, installing, and verifying the functionality of the WooCommerce Android app on a physical device or emulator, ensuring a smooth user experience.

Core Features & Use Cases

  • Automated Build & Install: Compiles the Android app and installs it onto a connected device or emulator.
  • On-Device Verification: Executes predefined steps to confirm the app functions as expected after installation.
  • Use Case: Before releasing a new version, use this Skill to automatically build the app, install it on a test device, and run through a critical user flow (e.g., logging in, viewing orders) to catch regressions early.

Quick Start

Use the verify-on-device skill to build and install the app on your connected Android device.

Frequently Asked Questions about verify-on-device

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building and installing an Android app on a physical device?

To automate building and installing an Android app on a physical device, this Skill compiles the application and installs it directly onto your connected hardware using automated scripts to streamline the deployment process.

What is automated on-device app verification for mobile development?

Automated on-device app verification executes predefined navigation steps and checks on a physical device or emulator to confirm application functionality and catch regressions before release.

Can I use automated app verification with an Android emulator?

Yes, you can use automated app verification with an Android emulator. The Skill supports deploying and testing applications on both physical devices and emulators to ensure functionality.

How do I test an Android app for regressions before a release?

To test an Android app for regressions before a release, this Skill runs through critical user flows, such as logging in and viewing orders, after automatically building and installing the application.

Does mobile app verification require mobile-mcp tools for interaction?

Yes, mobile app verification utilizes mobile-mcp tools for interaction. These tools drive the automated checks and navigation steps required to validate the application on your device.

What are the limitations of automated on-device app testing?

A limitation of automated on-device app testing is that it relies on predefined steps and checks, meaning it validates specific user flows rather than providing open-ended exploratory testing coverage.