Skip to content

testdriverai/demo-tauri-app

Repository files navigation

Tauri + React + Typescript

This template should help get you started developing with Tauri, React and Typescript in Vite.

Recommended IDE Setup

Development

Web

pnpm dev

Desktop

pnpm tauri dev

iOS

pnpm tauri ios dev

Testing

Web

See: https://docs.testdriver.ai/getting-started/playwright

When running Playwright, pnpm dev is ran automatically to launch the Vite server.

pnpm test tests/testdriver.spec.ts

Native