원클릭으로
test
Run unified test suite for BVR Sim. One-click testing with automatic build and validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run unified test suite for BVR Sim. One-click testing with automatic build and validation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".
Use this skill when a task needs browser automation through PinchTab: open a website, inspect interactive elements, click through flows, fill out forms, scrape page text, log into sites with a persistent profile, export screenshots or PDFs, manage multiple browser instances, or fall back to the HTTP API when the CLI is unavailable. Prefer this skill for token-efficient browser work driven by stable accessibility refs such as `e5` and `e12`.
SOC 직업 분류 기준
| name | test |
| description | Run unified test suite for BVR Sim. One-click testing with automatic build and validation. |
Run comprehensive tests automatically from the project root.
| Command | Description |
|---|---|
python run_tests.py | Run full test suite (build + all tests) |
The unified test suite (run_tests.py) does:
build_windows.bat, Linux: build_linux.sh)bvr_sim package directly (no pip install)# From project root, run all tests
python run_tests.py
Use linux bash param style (-d), rather than dos style (/d).
Incorrect:
cd /d G:/bvr_sim && python run_tests.py # Wrong - bash error cd: too many arguments
Correct (relative path):
python run_tests.py # Right - works anywhere
build_windows.bat completed successfully (looks for bvr_sim_cpp.pyd in bvr_sim/)