[package]
edition = "2021"
name = "fission-test"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless and runtime testing helpers for Fission applications"
homepage = "https://fission.rs"
documentation = "https://fission.rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/worka-ai/fission"
[lib]
name = "fission_test"
path = "src/lib.rs"
[[test]]
name = "container_layout"
path = "tests/container_layout.rs"
[[test]]
name = "debug_inbox_layout"
path = "tests/debug_inbox_layout.rs"
[[test]]
name = "debug_menu_portal"
path = "tests/debug_menu_portal.rs"
[[test]]
name = "drawer_dismiss"
path = "tests/drawer_dismiss.rs"
[[test]]
name = "email_list_layout"
path = "tests/email_list_layout.rs"
[[test]]
name = "embeds"
path = "tests/embeds.rs"
[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"
[[test]]
name = "flyout_bounds"
path = "tests/flyout_bounds.rs"
[[test]]
name = "flyout_does_not_affect_content"
path = "tests/flyout_does_not_affect_content.rs"
[[test]]
name = "interaction_and_layout_regressions"
path = "tests/interaction_and_layout_regressions.rs"
[[test]]
name = "interaction_cycles"
path = "tests/interaction_cycles.rs"
[[test]]
name = "lazy_column_layout"
path = "tests/lazy_column_layout.rs"
[[test]]
name = "lazy_column_panic"
path = "tests/lazy_column_panic.rs"
[[test]]
name = "media"
path = "tests/media.rs"
[[test]]
name = "ordering"
path = "tests/ordering.rs"
[[test]]
name = "repro_inbox_panic"
path = "tests/repro_inbox_panic.rs"
[[test]]
name = "scrolling"
path = "tests/scrolling.rs"
[[test]]
name = "system_effects_persistence"
path = "tests/system_effects_persistence.rs"
[[test]]
name = "text_input_modal_focus"
path = "tests/text_input_modal_focus.rs"
[[test]]
name = "text_layout_regression"
path = "tests/text_layout_regression.rs"
[[test]]
name = "text_wrap_height"
path = "tests/text_wrap_height.rs"
[[test]]
name = "text_wrapping_layout"
path = "tests/text_wrapping_layout.rs"
[[test]]
name = "ui_regressions"
path = "tests/ui_regressions.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.fission-core]
version = "0.4.0"
[dependencies.fission-diagnostics]
version = "0.4.0"
[dependencies.fission-ir]
version = "0.4.0"
[dependencies.fission-layout]
version = "0.4.0"
[dependencies.fission-macros]
version = "0.4.0"
[dependencies.fission-render]
version = "0.4.0"
[dependencies.fission-render-vello]
version = "0.4.0"
[dependencies.fission-semantics]
version = "0.4.0"
[dependencies.fission-shell]
version = "0.4.0"
[dependencies.fission-theme]
version = "0.4.0"
[dependencies.fission-widgets]
version = "0.4.0"
[dependencies.fontique]
version = "0.7"
[dependencies.lazy_static]
version = "1.4"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.fission-shell-desktop]
version = "0.4.0"