mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
18 lines
409 B
TOML
18 lines
409 B
TOML
[package]
|
|
name = "suspense_tests_e2e"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0"
|
|
async-trait = "0.1.81"
|
|
cucumber = "0.21.1"
|
|
fantoccini = "0.21.1"
|
|
pretty_assertions = "1.4"
|
|
serde_json = "1.0"
|
|
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "time"] }
|
|
url = "2.5"
|
|
|
|
[[test]]
|
|
name = "app_suite"
|
|
harness = false # Allow Cucumber to print output instead of libtest
|