Replies: 1 comment 2 replies
-
E2E tests for Go are planned to be part of our OSPP challenge: https://summer-ospp.ac.cn/org/prodetail/24fc00534?lang=en&list=pro |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction:
As our project continues to expand, ensuring the reliability and interoperability of our clients (Java, Python, and Go) becomes increasingly critical. Currently, our testing strategy predominantly relies on Cypress E2E tests, but it's essential to extend this to include testing of our clients.
Proposal:
I suggest initiating a discussion to explore the implementation of integration end-to-end (E2E) tests for our clients. These tests will ensure that our clients interact effectively with a running REST API, detecting any potential issues early on. We can include these tests in our nightly test runs, either before or after the Cypress tests.
Points for Consideration:
Proposed Plan:
Open Discussion:
Please share your thoughts, suggestions, and experiences regarding the implementation of integration E2E tests for our Java, Python, and Go clients.
I look forward to discussing your ideas.
Beta Was this translation helpful? Give feedback.
All reactions