2025-12-01 12:48:39 +01:00
|
|
|
[package]
|
|
|
|
|
categories.workspace = true
|
|
|
|
|
description.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
keywords.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
name = "runner-examples"
|
|
|
|
|
readme.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2025-12-15 23:13:38 +01:00
|
|
|
anyhow = "1"
|
2025-12-17 17:28:29 +01:00
|
|
|
cucumber = { version = "0.22.0" }
|
2025-12-18 13:05:40 +01:00
|
|
|
cucumber_ext = { path = "../testing-framework/cucumber" }
|
2025-12-01 12:48:39 +01:00
|
|
|
testing-framework-core = { workspace = true }
|
|
|
|
|
testing-framework-runner-compose = { workspace = true }
|
|
|
|
|
testing-framework-runner-k8s = { workspace = true }
|
|
|
|
|
testing-framework-runner-local = { workspace = true }
|
|
|
|
|
testing-framework-workflows = { workspace = true }
|
|
|
|
|
tokio = { workspace = true, features = ["macros", "net", "rt-multi-thread", "time"] }
|
|
|
|
|
tracing = { workspace = true }
|
|
|
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|