gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
13.15k stars 520 forks source link

Migrate to Tauri 2.0 #4694

Open krlvi opened 2 months ago

mtsgrd commented 2 months ago

@ndom91 would you be able to verify that https://github.com/bukowa/tauri-e2e works if you run it locally on your machine? It uses Tauri 2.0, and has a .click() in the test.

ndom91 commented 2 months ago

@mtsgrd yeah checking it out now :+1:

ndom91 commented 2 months ago

@mtsgrd okay here's my first run. Looks like 9/10 of the tests passed.

https://asciinema.org/a/kB5MytBnBWy9mkohnreGBs6zy

mtsgrd commented 2 months ago

Cool cool, so the NotImplemented error only happens for the Actions API on webkit2gtk-4.0 and not 4.1. The former is really starting to grind my gears.

*edit: thank you for checking!