Skip to content

[flagd] adopt the shared flagd-testbed gherkin e2e suite #210

Description

@toddbaert

The Ruby flagd provider is the only flagd provider not running the standard OpenFeature flagd-testbed gherkin e2e suite — it uses a bespoke docker/docker-compose.yml + flags.json instead. Every other provider (Go, Java, JS, Python, .NET, PHP) runs the shared harness, so Ruby's behavior isn't validated against the common conformance suite.

What to add:

  • Pin the testbed — either the open-feature/flagd-testbed repo as a submodule (for the gherkin .feature files) or its published container ghcr.io/open-feature/flagd-testbed:vX.Y.Z.
  • Wire up cucumber-ruby to run the shared suites (evaluation.feature, etc.) against a testbed container, with the usual tag exclusions for anything Ruby doesn't support yet (e.g. ~@deprecated).
  • Retire the custom docker/ integration where the shared suite now covers it.

Coordinate with the v2 migration (#209) — the testbed targets current flagd, so running it also surfaces the evaluation.v1v2 gap.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions