tauri-plugin-playwright 0.2.2

Tauri plugin that enables Playwright E2E testing by embedding a control server in the app
Documentation
[package]
name = "tauri-plugin-playwright"
version = "0.2.2"
edition = "2021"
description = "Tauri plugin that enables Playwright E2E testing by embedding a control server in the app"
license = "MIT"
repository = "https://github.com/srsholmes/tauri-playwright"
homepage = "https://github.com/srsholmes/tauri-playwright"
readme = "../../README.md"
authors = ["Simon Holmes"]
keywords = ["tauri", "playwright", "testing", "e2e", "webdriver"]
links = "tauri-plugin-playwright"

[build-dependencies]
tauri-plugin = { version = "2", features = ["build"] }

[dependencies]
tauri = { version = "2", features = [] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["net", "io-util", "sync", "macros", "rt", "time", "process", "fs"] }
log = "0.4"