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
fix: set DISPLAY in worker process and configure tauri-driver connection
The DISPLAY environment variable was not available in the WDIO worker
process, causing ChromeDriver and diagnostic commands to fail when trying
to launch the Tauri binary with GTK.
This fix:
1. Sets DISPLAY in the worker process environment (onWorkerStart) so that
ChromeDriver and all child processes have access to the X server
2. Configures WDIO to connect to tauri-driver's WebDriver endpoint instead
of spawning a separate ChromeDriver instance
3. Keeps DISPLAY set when spawning tauri-driver for redundancy
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments