Files

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.