open-feature / js-sdk-contrib

OpenFeature Providers and Hooks for JavaScript
https://openfeature.dev
Apache License 2.0
33 stars 33 forks source link

[flagd] change e2e test to use autobinding of gherkin test #986

Open aepfli opened 1 month ago

aepfli commented 1 month ago

We currently have some e2e tests that use our test-harness repository to run standardized Gherkin tests. Sadly, this repository does not use autobinding and proper step definitions (see autobinding document). Hence, we need to implement each test case additionally.

The goal of this task is to use auto binding so our test suite will always be updated with the latest version and use the latest version for building.

relates to: #515

aepfli commented 1 month ago

@toddbaert should i duplicate this for js-sdk? i think if we do it cleverly, we can reuse the stepdefinitions for both repos