Files
archived-webdriver-example/v1/webdriver/README.md
Lucas Nogueira 26c9b26a4f initial commit
2025-04-14 20:25:24 -03:00

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.