This repository contains a very simple Tauri application that leverages WebDriver to automate integration tests.
Currently WebDriver on Tauri only supports Linux and Windows.
- Tauri prerequisites
- tauri-driver
cargo install tauri-driver
- System WebDriver
To run the WebDriver tests, go to one of the project directories and run the following script:
pnpm install
pnpm test