You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
I think we should make some changes to the system-test so that it is easier to maintain and is not a separate set of tests for folks to maintain.
Today the system-test contains its own set of integration tests that get executed for the stellar-cli and js-stellar-sdk.
However, these projects have, at least the cli does, their own integration tests that are more comprehensive, and so tests are duplicated here and there.
The system-test should be a place that sets up an environment, and then leverages projects existing integration tests to run those tests. We don't need to define new tests here, if each project and application already define their own integration tests.
I think we should make some changes to the system-test so that it is easier to maintain and is not a separate set of tests for folks to maintain.
Today the system-test contains its own set of integration tests that get executed for the stellar-cli and js-stellar-sdk.
However, these projects have, at least the cli does, their own integration tests that are more comprehensive, and so tests are duplicated here and there.
The system-test should be a place that sets up an environment, and then leverages projects existing integration tests to run those tests. We don't need to define new tests here, if each project and application already define their own integration tests.
(Thanks @anupsdf for inspiring this.)
cc @fnando @sreuland