Repository: AirtestProject/AirtestIDE Branch: master Commit: a7655f2f52e0 Files: 3 Total size: 1.7 KB Directory structure: gitextract_26tnmug9/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug-report-chinese.md │ └── bug-report.md └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: .github/ISSUE_TEMPLATE/bug-report-chinese.md ================================================ --- name: Bug report Chinese about: 给我们提bug --- (请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。**否则直接关闭。**) **(重要!根据问题类型选择分类)** * 图像识别相关问题 -> https://github.com/AirtestProject/Airtest/issues * 控件识别、树状结构、poco库报错 -> https://github.com/AirtestProject/Poco/issues * 测试开发环境AirtestIDE使用问题(本软件) -> 本页面 **详细描述问题bug:** bug描述 **复现步骤:** **python 版本:** `python3.x` **操作系统:** `Windows7 64bit` **手机设备信息:** - 手机型号: - Android系统版本号: [e.g. Android 8.1] - (别的信息) **其他相关信息补充** (例如在linux ubuntu16.04上运行异常,在windows上正常等信息。) - AirtestIDE版本号: **截屏** 强烈建议带上截图,包括IDE本身的截图和后面的黑窗口的报错信息的截图(尽量完整)。 ================================================ FILE: .github/ISSUE_TEMPLATE/bug-report.md ================================================ --- name: Bug report about: Create a report to help us improve --- Remove any following parts if does not have details about **Describe the bug** A clear and concise description of what the bug is. **Screenshots** A **screenshot** is strongly recommended. Please include both AirtestIDE window and the **black console window**. **To Reproduce** Steps to reproduce the behaviour: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behaviour** A clear and concise description of what you expected to happen. **AirtestIDE version:** `1.0.15` **Platform:** `Windows7 64bit, etc.` **Smartphone (please complete the following information):** - Device: [e.g. google pixel 2] - OS: [e.g. Android 8.1] - more information if have **Additional context** Add any other context about the problem here. ================================================ FILE: README.md ================================================ AirtestIDE ================= Cross platform UI test automation IDE for games and apps [Get Started from Airtest Project Homepage](http://airtest.netease.com/) This repo serves as issue tracker of Airtest IDE. --- 跨平台的UI自动化测试编辑器 [请从Airtest Project的官网开始入门](http://airtest.netease.com/) 本仓库作为Airtest IDE的issue tracker。
gitextract_26tnmug9/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug-report-chinese.md │ └── bug-report.md └── README.md
Condensed preview — 3 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2K chars).
[
{
"path": ".github/ISSUE_TEMPLATE/bug-report-chinese.md",
"chars": 572,
"preview": "---\nname: Bug report Chinese\nabout: 给我们提bug\n\n---\n\n(请尽量按照下面提示内容填写,有助于我们快速定位和解决问题,感谢配合。**否则直接关闭。**)\n\n**(重要!根据问题类型选择分类)**\n*"
},
{
"path": ".github/ISSUE_TEMPLATE/bug-report.md",
"chars": 835,
"preview": "---\nname: Bug report\nabout: Create a report to help us improve\n\n---\n\nRemove any following parts if does not have details"
},
{
"path": "README.md",
"chars": 324,
"preview": "AirtestIDE\n=================\n\nCross platform UI test automation IDE for games and apps\n\n[Get Started from Airtest Projec"
}
]
About this extraction
This page contains the full source code of the AirtestProject/AirtestIDE GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 3 files (1.7 KB), approximately 695 tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.