/hello_tauri

Absolutely minimal example for a linux Tauri application.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Hello, Tauri! WebDriver

Absolute minimal hello world for Tauri. This exists so that I can independently experiment with things surrounding the resulting application. For now, this covers:

Screenshot

I did say absolutely minimal.

screenshot

Binary Sizes

The following binaries have had been built with --release and have had strip --strip-all run on them.

Configuration Size (MiB) Size (bytes)
stable 3.1MiB 3,162,136
build-std 2.8MiB 2,859,032
build-std + build-std-features 2.5MiB 2,539,544

Linux dev 5.12.5-arch1-1 #1 SMP PREEMPT Wed, 19 May 2021 10:32:40 +0000 x86_64 GNU/Linux btw

WebDriver testing in GitHub Actions

You will need to read the code for more information about this, until tauri-driver become pre-alpha with docs.

Check the GitHub Action workflow file for the requirements on the CI and the steps taken in order to build and then test the application. Also see the webdriver/ dir for the actual code that runs the WebDriver tests.

You can click the badge at the top of this readme to check the latest WebDriver test results.