mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-12 02:03:10 +00:00
- 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.
22 lines
711 B
TOML
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
|