Локальное тестирование flutter_rust_bridge

testing

frb-test is a Claude Code skill that guides running flutter_rust_bridge tests locally to debug failures before pushing changes. It provides a quick-reference table mapping change types to commands: `./frb_internal test-rust` for all Rust packages, targeted commands for `frb_rust/`, `frb_codegen/`, individual Dart and Flutter examples, and `./frb_internal test-dart-web` for Web tests that compile Dart to WebAssembly and run in a headless browser. Web test setup requirements are fully documented — the nightly-2025-02-01 toolchain, `wasm32-unknown-unknown` target, `rust-src` component, `wasm-pack`, Chrome/Chromium, and Docker-specific `--no-sandbox` handling via auto-detected `/.dockerenv`. The skill also enforces CI discipline: scale local test scope to the blast radius of each change, avoid using CI as the first feedback loop for locally verifiable work, and monitor GitHub Actions to a terminal state after every push.