extend = [ { path = "../cargo-make/main.toml" }, { path = "../cargo-make/cargo-leptos-webdriver-test.toml" }, ] [env] CLIENT_PROCESS_NAME = "todo_app_sqlite" [tasks.test-ui] cwd = "./e2e" command = "cargo" args = ["make", "test-ui", "${@}"]