Add a basic tauri e2e test on Linux (#923)

* WIP e2e test

* Working test on Linux

* Clean up

* Add to CI

* Fix

* Install tauri-driver

* Migrate to ubuntu-latest

* Add button check and click

* Update name

* Separate job for e2e test

* Fix path

* Fix perms

* Fix perms

* Single build-test-apps job

* Lint wdio file
This commit is contained in:
Pierre Jacquier
2023-10-31 18:30:24 -04:00
committed by GitHub
parent 023c3cbb90
commit 36c7fcf6d7
6 changed files with 2250 additions and 47 deletions

View File

@ -67,6 +67,7 @@ const SignIn = () => {
onClick={signInTauri}
icon={{ icon: faSignInAlt }}
className="w-fit mt-4"
id="signin"
>
Sign in
</ActionButton>