viewpoint-test 0.1.0

Test framework for Viewpoint browser automation with Playwright-style assertions
Documentation
[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["sync", "time", "rt"]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.viewpoint-cdp]
version = "0.1.0"

[dependencies.viewpoint-core]
version = "0.1.0"

[dependencies.viewpoint-test-macros]
version = "0.1.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[[example]]
name = "basic_test"
path = "examples/basic_test.rs"

[[example]]
name = "macro_test"
path = "examples/macro_test.rs"

[lib]
name = "viewpoint_test"
path = "src/lib.rs"

[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Stephen Stubbs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "web-programming"]
description = "Test framework for Viewpoint browser automation with Playwright-style assertions"
documentation = "https://docs.rs/viewpoint-test"
edition = "2021"
homepage = "https://github.com/stephenstubbs/viewpoint"
keywords = ["browser", "automation", "testing", "playwright", "chromium"]
license = "MIT"
name = "viewpoint-test"
readme = "README.md"
repository = "https://github.com/stephenstubbs/viewpoint"
rust-version = "1.70"
version = "0.1.0"

[[test]]
name = "e2e_tests"
path = "tests/e2e_tests.rs"

[[test]]
name = "harness_tests"
path = "tests/harness_tests.rs"