Hansie Odendaal a443374e4d
feat: add cucumber auto deployer (#2)
- Added an example that selects the deployer (local or docker compose) based on an environment variable.
- Let cucumber's argument parsing environment select scenarios to run - this allows for a flexible test environment.
2026-01-09 15:30:59 +02:00

22 lines
711 B
TOML

[package]
categories.workspace = true
description.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
name = "cucumber_ext"
readme.workspace = true
repository.workspace = true
version.workspace = true
[dependencies]
cucumber = { version = "0.22.0", features = ["default", "macros", "output-junit"] }
testing-framework-core = { workspace = true }
testing-framework-runner-compose = { workspace = true }
testing-framework-runner-local = { workspace = true }
testing-framework-workflows = { workspace = true }
thiserror = { workspace = true }
[lints]
workspace = true