Files
archived-webdriver-example/v1/webdriver
2025-05-06 11:19:20 -03:00
..
2025-04-15 12:20:46 -03:00
2025-04-15 10:54:10 -03:00
2025-04-14 20:25:24 -03:00
2025-04-14 20:25:24 -03:00

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.