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
Currently we have the testing for the Parsec service split into integration and E2E tests (which are placed as integration tests in a separate crate). We could add a similar feature structure in the E2E crate and move the service integration tests there as well, so that we don't have a duplication of code, dependencies, instructions for testing etc.
This is also somewhat confusing when trying to test our whole API, we have to run two independent sets of tests.
The text was updated successfully, but these errors were encountered:
Currently we have the testing for the Parsec service split into integration and E2E tests (which are placed as integration tests in a separate crate). We could add a similar feature structure in the E2E crate and move the service integration tests there as well, so that we don't have a duplication of code, dependencies, instructions for testing etc.
This is also somewhat confusing when trying to test our whole API, we have to run two independent sets of tests.
The text was updated successfully, but these errors were encountered: