-
Notifications
You must be signed in to change notification settings - Fork 51
feat(flagd): Improve e2e coverage #1092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(flagd): Improve e2e coverage #1092
Conversation
Signed-off-by: Simon Schrottner <[email protected]>
Signed-off-by: Simon Schrottner <[email protected]>
14c07c9
to
4c9010f
Compare
...flagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/RunFlagdRpcCucumberTest.java
Outdated
Show resolved
Hide resolved
...lagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps/config/ConfigSteps.java
Show resolved
Hide resolved
...lagd/src/test/java/dev/openfeature/contrib/providers/flagd/e2e/steps/config/ConfigSteps.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this as pretty useful, though the mileage may very depending on whether or not the implementation exposes a config object that can be independently tested.
I would also prefer to somehow mark this gherkin feature file as a "unit" style test somehow (perhaps make the extension .unit.feature
?)
I also would prefer the passive voice is used: https://github.com/open-feature/java-sdk-contrib/pull/1092/files#r1870241239
Signed-off-by: Simon Schrottner <[email protected]>
8a0e6e1
to
ac044fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good on my end. Feel free to merge if you want @aepfli
Signed-off-by: Simon Schrottner <[email protected]>
Adding the newest gherkin files to the release, one for config, and one to ensure caching is working properly