Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge integration tests in E2E test suite #228

Closed
ionut-arm opened this issue Aug 18, 2020 · 1 comment
Closed

Merge integration tests in E2E test suite #228

ionut-arm opened this issue Aug 18, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@ionut-arm
Copy link
Member

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.

@ionut-arm ionut-arm added the enhancement New feature or request label Aug 18, 2020
@ionut-arm
Copy link
Member Author

Will be solved in #151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant