[package]
edition = "2024"
rust-version = "1.85"
name = "browser_tester"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Public browser_tester harness"
readme = false
license = "MIT"
repository = "https://github.com/finitefield-org/browser-tester"
resolver = "2"
[lib]
name = "browser_tester"
path = "src/lib.rs"
[[test]]
name = "contract_dom_phase1"
path = "tests/contract_dom_phase1.rs"
[[test]]
name = "contract_harness_builder"
path = "tests/contract_harness_builder.rs"
[[test]]
name = "contract_harness_core"
path = "tests/contract_harness_core.rs"
[[test]]
name = "contract_phase3"
path = "tests/contract_phase3.rs"
[[test]]
name = "contract_phase4"
path = "tests/contract_phase4.rs"
[[test]]
name = "contract_phase6"
path = "tests/contract_phase6.rs"
[[test]]
name = "contract_phase7"
path = "tests/contract_phase7.rs"
[[test]]
name = "contract_phase8"
path = "tests/contract_phase8.rs"
[[test]]
name = "contract_script_phase2"
path = "tests/contract_script_phase2.rs"
[[test]]
name = "integration_suite"
path = "tests/integration_suite.rs"
[[test]]
name = "parser_property_fuzz_test"
path = "tests/parser_property_fuzz_test.rs"
[[test]]
name = "runtime_property_fuzz_test"
path = "tests/runtime_property_fuzz_test.rs"
[dependencies.bt-dom]
version = "2.0.0"
[dependencies.bt-runtime]
version = "2.0.0"
[dependencies.bt-script]
version = "2.0.0"
[dev-dependencies.proptest]
version = "1.6"