aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

Update integration tests #501

Closed kingsleyzissou closed 3 years ago

kingsleyzissou commented 4 years ago

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.

kingsleyzissou commented 3 years ago

Closing this since we have decided to deprecate the original Offix packages and move to a client-side datastore.