Files
Lucas Nogueira 26c9b26a4f initial commit
2025-04-14 20:25:24 -03:00

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

Testing

To run the WebDriver tests, go to one of the project directories and run the following script:

pnpm install
pnpm test