mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
680 B
680 B
Tauri WebDriver tests
A collection of different testing projects that utilize WebDriver clients to test the Tauri application in this repository.
Run all the projects at once with pnpm test.
Examples
| dir | Description |
|---|---|
selenium/ |
Minimal testing example with mocha, chai, and selenium-webdriver. |
webdriverio/ |
Example using the WebdriverIO client and test runner. |