fix(e2e): resolve wdio v9 BiDi + tauri-driver compatibility issues
This commit is contained in:
parent
3059475ab7
commit
bfbdb2cc18
2 changed files with 12 additions and 4 deletions
|
|
@ -622,11 +622,12 @@ pub fn run() {
|
|||
.plugin(tauri_plugin_dialog::init())
|
||||
.setup(move |app| {
|
||||
if cfg!(debug_assertions) {
|
||||
app.handle().plugin(
|
||||
// Ignore error if logger already initialized (telemetry::init sets up tracing-subscriber)
|
||||
let _ = app.handle().plugin(
|
||||
tauri_plugin_log::Builder::default()
|
||||
.level(log::LevelFilter::Info)
|
||||
.build(),
|
||||
)?;
|
||||
);
|
||||
}
|
||||
|
||||
// Create TauriEventSink for core managers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue