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

16 lines
356 B
JSON

{
"name": "hello_tauri_webdriver_tests",
"version": "1.0.0",
"description": "A workspace containing different ways to test Tauri applications with a WebDriver client.",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"selenium",
"webdriverio"
],
"dependencies": {
"@wdio/cli": "^7.7.3",
"prettier": "^2.3.0"
}
}