You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Checkbox basic test and PopupMenuTheme docstrings
* add cupertino action sheet test
* Checkbox tests
* removed screenshot from example test
* Add tests
* Fix tests
* add simple app-bar test
* try counter app test from examples folder
* Tests cleanup
* move test_app_bar.py and reference image
* add dropdown test
* Add macOS integration tests GitHub Actions workflow
Introduces a new workflow to run integration tests on macOS 14 using CocoaPods, uv, and Flutter. The workflow installs dependencies, runs Python integration tests, and uploads failure screenshots as artifacts.
* Update macOS CI to use flutter-action and set version
Replaces manual Flutter installation with subosito/flutter-action, sets FLUTTER_VERSION to 3.32.8, and simplifies the workflow. This improves maintainability and ensures consistent Flutter setup in CI.
* Disable integration tests on appveyor
* Update macos-integration-tests.yml
* Button, ElevatedButton, FilledButton tests
* FloatingActionButton test
* IconButton
* Add page screenshot capability and update dropdown test
Implemented the ability to take full-page screenshots in the Flutter page control and exposed it via the Python BasePage API. Updated the dropdown integration test to use the new screenshot feature and replaced golden images accordingly. Also clarified the integration test README for golden image generation.
* banner test
* PopupMenuButton basic test
* OutlinedButton basic test
* MenuItemButton basic test
* SegmentedButton basic test
* SubmenuButton basic test
Also fixed content type
* CupertinoButton basic test
* CupertinoActionSheetAction basic test
* CupertinoContextMenuAction basic test
* CupertinoDialogAction basic test
* CupertinoFilledButton basic test
* CupertinoSegmentedButton basic test
* CupertinoSlidingSegmentedButton basic test
* CupertinoTintedButton basic test
* TextButton basic test
* Add canvas drawing tests and golden images for macOS
Introduces integration tests for canvas drawing features including color fill, points (as points, lines, polygon), and shadow rendering. Adds corresponding golden images for macOS to validate visual output.
* Simplify canvas shadow test
* CircleAvatar test
* Skip test_draw_shadow in canvas integration tests
Temporarily disables the test_draw_shadow test in test_canvas.py using pytest.mark.skip, likely due to instability or pending fixes.
* AlertDialog basic test
* BottomSheet basic test
* CupertinoAlertDialog basic test
* CupertinoBottomSheet basic test
* Add long press support to Tester API
Introduces a longPress method to the Tester interface and its implementations in Dart and Python, enabling long press interactions in automated tests. Updates the service layer to handle the new 'long_press' command.
* CupertinoContextMenu
not done, menu doesn't open
* Image test
---------
Co-authored-by: InesaFitsner <[email protected]>
Co-authored-by: Owen McDonnell <[email protected]>
0 commit comments