Skip to content
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

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

Open
aepfli opened this issue Jul 5, 2024 · 1 comment · May be fixed by #1008
Open

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

aepfli opened this issue Jul 5, 2024 · 1 comment · May be fixed by #1008
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@aepfli
Copy link
Member

aepfli commented Jul 5, 2024

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 aepfli added good first issue Good for newcomers help wanted Extra attention is needed labels Jul 5, 2024
@aepfli
Copy link
Member Author

aepfli commented Jul 5, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant