·miniprogram-automation
</>

miniprogram-automation

Use when working with WeChat mini-program automation (小程序自动化、自动化测试、E2E) via miniprogram-automator, especially for standalone Node scripts or Jest tests involving DevTools launch/connect, page navigation, waitFor, custom-component selectors, wx method mocking, console or exception listeners, screenshots, regression checks, or troubleshooting launch failures, connection timeouts, and element-not-found issues.

21Installs·0Trend·@whinc

Installation

$npx skills add https://github.com/whinc/wechat-miniprogram-skills --skill miniprogram-automation

How to Install miniprogram-automation

Quickly install miniprogram-automation AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/whinc/wechat-miniprogram-skills --skill miniprogram-automation
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: whinc/wechat-miniprogram-skills.

SKILL.md

View raw

1.1 可被开发者工具打开的项目目录 automator.launch({ projectPath }) 里的 projectPath 应该是开发者工具实际打开的目录。

| 全自动:脚本自己启动开发者工具 | automator.launch() | | 开发者工具已开着,直接连 | CLI v2 + automator.connect() | | 开发者工具已开着且自动化端口已就绪 | 直接 automator.connect() |

automator.launch() 内部其实仍在使用旧版 CLI 格式(cli --auto ),在某些新版开发者工具上可能失败。如果遇到 launch() 报错,改用这个方式通常更稳。

Use when working with WeChat mini-program automation (小程序自动化、自动化测试、E2E) via miniprogram-automator, especially for standalone Node scripts or Jest tests involving DevTools launch/connect, page navigation, waitFor, custom-component selectors, wx method mocking, console or exception listeners, screenshots, regression checks, or troubleshooting launch failures, connection timeouts, and element-not-found issues. Source: whinc/wechat-miniprogram-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/whinc/wechat-miniprogram-skills --skill miniprogram-automation
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-14

Browse more skills from whinc/wechat-miniprogram-skills

Quick answers

What is miniprogram-automation?

Use when working with WeChat mini-program automation (小程序自动化、自动化测试、E2E) via miniprogram-automator, especially for standalone Node scripts or Jest tests involving DevTools launch/connect, page navigation, waitFor, custom-component selectors, wx method mocking, console or exception listeners, screenshots, regression checks, or troubleshooting launch failures, connection timeouts, and element-not-found issues. Source: whinc/wechat-miniprogram-skills.

How do I install miniprogram-automation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/whinc/wechat-miniprogram-skills --skill miniprogram-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/whinc/wechat-miniprogram-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10