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
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: