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
We should have an integration test that iterates through all supported programming languages and attempts to assert the responses of all hello world / echo services located in https://github.com/Stackvana/microservice-examples, per language.
These test will ensure the target language is working and supported on the system. ( Currently we only test with bash and node )
The text was updated successfully, but these errors were encountered:
Only caveat is that travis-ci doesn't easily support multiple languages in one test.
There is a solution available at: travis-ci/travis-ci#4090, but this will require a bit of tinkering in the .travis.yml file. Until then, these tests have been commented out ( but should work locally if you have language installed in system )
We should have an integration test that iterates through all supported programming languages and attempts to assert the responses of all hello world / echo services located in https://github.com/Stackvana/microservice-examples, per language.
These test will ensure the target language is working and supported on the system. ( Currently we only test with
bash
andnode
)The text was updated successfully, but these errors were encountered: