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

Rework the SDK Testing Framework #396

Open
1 task done
rhamzeh opened this issue Jul 18, 2024 · 0 comments
Open
1 task done

Rework the SDK Testing Framework #396

rhamzeh opened this issue Jul 18, 2024 · 0 comments
Labels
enhancement New feature or request epic

Comments

@rhamzeh
Copy link
Member

rhamzeh commented Jul 18, 2024

Checklist

Describe the problem you'd like to have solved

Currently tests are inconsistent between the SDKs and writing tests for each SDK is time consuming

Describe the ideal solution

We want to have a way to express tests in a standard format (yaml, cucumber, etc..) and then implement a test runner per SDK. That would allow us to have consistency between the SDKs as we fix bugs in one SDK we'll have to fix it in all the others.

Additionally we would like to investigate better cross-SDK mocking frameworks such as wiremock and better integration tests

We would also need to improve the code coverage to over 80%

Alternatives and current workarounds

No response

References

No response

Additional context

No response

@rhamzeh rhamzeh added enhancement New feature or request epic labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic
Projects
Status: Backlog
Development

No branches or pull requests

1 participant