mirror of
https://github.com/tauri-apps/webdriver-example.git
synced 2026-01-31 00:55:20 +01:00
16 lines
356 B
JSON
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"
|
|
}
|
|
}
|