mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
554 B
554 B
WebDriver Example
This repository contains a very simple Tauri application that leverages WebDriver to automate integration tests.
Currently WebDriver on Tauri only supports Linux and Windows.
Requirements
- Tauri prerequisites
- tauri-driver
cargo install tauri-driver
- System WebDriver
Testing
To run the WebDriver tests, go to one of the project directories and run the following script:
pnpm install
pnpm test