mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
13 lines
255 B
Makefile
13 lines
255 B
Makefile
|
extend = [
|
||
|
{ path = "../cargo-make/main.toml" },
|
||
|
{ path = "../cargo-make/cargo-leptos-webdriver-test.toml" },
|
||
|
]
|
||
|
|
||
|
[env]
|
||
|
CLIENT_PROCESS_NAME = "todo_app_sqlite_csr"
|
||
|
|
||
|
[tasks.test-ui]
|
||
|
cwd = "./e2e"
|
||
|
command = "cargo"
|
||
|
args = ["make", "test-ui", "${@}"]
|