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

Add E2E service tests #195

Closed
mic-max opened this issue Jul 8, 2022 · 1 comment · Fixed by #242
Closed

Add E2E service tests #195

mic-max opened this issue Jul 8, 2022 · 1 comment · Fixed by #242
Assignees
Labels
enhancement New feature or request

Comments

@mic-max
Copy link
Contributor

mic-max commented Jul 8, 2022

Add tests that send requests to a service and verify that a response is expected.
Planning on implementing all tests in node.js for simplicity.
This will help us make modifications to a service and know without running the entire project that the service changed still operates in as intended.
There might be other changes needed like opening the ports of the service to localhost within the docker-compose.yml file and adding some instruction on how to setup and run the tests, which will be part of the first PR that adds tests for one service (paymentservice).

@mic-max mic-max added the enhancement New feature or request label Jul 8, 2022
@mic-max mic-max self-assigned this Jul 8, 2022
@mic-max
Copy link
Contributor Author

mic-max commented Jul 10, 2022

Running npm test could be part of the CI if it also started all services for the demo...

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

Successfully merging a pull request may close this issue.

1 participant