Tags: AlphaWaveSystems/flutter-probe
Tags
feat: physical device support, WiFi testing, HTTP fallback (v0.5.1) (#39 ) * feat: physical device support for iOS and Android (v0.5.1) * fix: skip clear app data immediately on physical iOS * feat: HTTP fallback transport, WiFi testing, and `if visible` syntax * feat: pre-shared restart token for WiFi mode reconnection * chore: bump version to 0.5.1, update docs * fix: remove unnecessary nil check around range (staticcheck S1031)
Release v0.4.0 feat: add beforeAll/afterAll hooks for suite-level setup and teardown feat: add kill/open app commands for granular app lifecycle control feat: add clipboard copy/paste commands via Dart Clipboard API feat: add set location command for GPS simulation (ADB/simctl) feat: add verify external browser opened command feat: add HTTP call commands (GET/POST/PUT/DELETE) with response variables feat: add random data generators (email, name, phone, uuid, number, text) feat: add CSV file support for data-driven tests (with examples from "file.csv") docs: update hooks, syntax, data-driven, app-lifecycle documentation docs: update README with new features and examples docs: update wiki version to 0.4.0 test: add parser tests for all new commands and hook types test: add unit tests for random data generators and CSV loader test: add E2E test files for all new features Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>