The current integration tests rely on TestX which, in turn, relies on an older version of GraphQL. TestX is also not compatible with the latest runtime version of GraphBack.
Additionally, some of the tests will no longer be required for Offix 2.0.
We could go in and update the integration tests to possibly use graphql-serve, but this may be quite a lot of work for some features that will be deprecated.
Alternatively, we can rewrite the integration tests for the new version of Offix.
At the same time, we could also migrate the test runner from karma to jest.
Bug Report
The current integration tests rely on TestX which, in turn, relies on an older version of GraphQL. TestX is also not compatible with the latest runtime version of GraphBack.
Additionally, some of the tests will no longer be required for Offix 2.0.
We could go in and update the integration tests to possibly use
graphql-serve
, but this may be quite a lot of work for some features that will be deprecated.Alternatively, we can rewrite the integration tests for the new version of Offix. At the same time, we could also migrate the test runner from karma to jest.