Skip to content

Commit 5d3687e

Browse files
committed
chore(tauri-driver): update README
1 parent 0cf2d99 commit 5d3687e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

crates/tauri-driver/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,25 @@ You can configure the ports used with arguments when starting the binary:
1515

1616
Supported platforms:
1717

18-
- **[pre-alpha]** Linux w/ `WebKitWebDriver`
19-
- **[pre-alpha]** Windows w/ [Microsoft Edge Driver]
20-
- **[Todo]** macOS w/ [Appium Mac2 Driver] (probably)
18+
- Linux via `WebKitWebDriver`
19+
- Windows via [Microsoft Edge Driver]
20+
- **[Todo]** macOS via [Appium Mac2 Driver] (probably)
2121

2222
_note: the (probably) items haven't been proof-of-concept'd yet, and if it is
2323
not possible to use the listed native webdriver, then a custom implementation
2424
will be used that wraps around [wry]._
2525

26+
## Installation
27+
28+
You can install tauri-driver using Cargo:
29+
30+
```sh
31+
cargo install tauri-driver --locked
32+
```
33+
2634
## Trying it out
2735

28-
Check out the documentation at https://tauri.app/docs/testing/webdriver/introduction,
36+
Check out the documentation at https://tauri.app/develop/tests/webdriver/,
2937
including a small example application with WebDriver tests.
3038

3139
[WebDriver Intermediary Node]: https://www.w3.org/TR/webdriver/#dfn-intermediary-nodes

0 commit comments

Comments
 (0)