open-feature / spec

OpenFeature specification
https://openfeature.dev
Apache License 2.0
595 stars 35 forks source link

feat: add appendix b, gherkin suite #203

Closed toddbaert closed 10 months ago

toddbaert commented 10 months ago

Adds a new appendix for gherkin suites, taken from https://github.com/open-feature/test-harness. This is especially useful/relevant now that implementations are including their own in-memory providers. Implementations can use this suite + their in-memory provider for a robust suite of e2e tests.

Eventually, I'd like to add a "events" test suite too, but for now I'm only including the evaluation.feature.

toddbaert commented 10 months ago

@liran2000 I merged your change. Thanks.