mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Support multi-language default. Remove default page from production builds. Improve defaultindex.html. |
||
|---|---|---|
| .. | ||
| .hidden_file | ||
| main.go | ||
| README.md | ||
| test.txt | ||
| wails-logo-small.jpg | ||
| wails-logo-small.png | ||
Dialog Test Application
This application is designed to test macOS file dialog functionality across different versions of macOS. It provides a comprehensive suite of tests for various dialog features and configurations.
Features Tested
- Basic file open dialog
- Single extension filter
- Multiple extension filter
- Multiple file selection
- Directory selection
- Save dialog with extension
- Complex filters
- Hidden files
- Default directory
- Full featured dialog with all options
Running the Tests
go run main.go
Test Results
When running tests:
- Each test will show the selected file(s) and their types
- For multiple selections, all selected files will be listed
- Errors will be displayed in an error dialog
- The application logs debug information to help track issues
Notes
- This test application is primarily for development and testing purposes
- It can be used to verify dialog behavior across different macOS versions
- The tests are designed to not interfere with CI pipelines