Ручное тестирование Flutter и Rust Bridge
testing
frb-manual-test is a Claude Code skill that manages the creation, execution, and documentation of flutter_rust_bridge manual tests stored under `tools/manual_tests/`. It covers scenarios where automated tests are insufficient, too expensive, or simply the wrong tool — such as device-specific behavior, interactive UI flows, release packaging, marketplace flows, external services, or long-running workflows. New reports are bootstrapped from `test-template.md` via `cp .claude/skills/frb-manual-test/test-template.md`, ensuring consistent structure with concrete commands and UI actions that any future human or agent can follow. Every test run produces a separate execution markdown file containing exact commands, exit codes, key log lines, artifact paths, and pass/fail evidence — never vague summaries. When the result is tied to a PR, issue, or release checklist, the execution file and review-relevant artifacts are uploaded to a GitHub Gist and linked in the reviewable artifact, making the entire run independently auditable.
- #flutter
- #rust
- #manual-testing
- #test-automation
- #qa