Originate / exosphere

A modern cloud-based micro-service framework
MIT License
18 stars 6 forks source link

system testing: test service #965

Open charlierudolph opened 6 years ago

charlierudolph commented 6 years ago

Ability to specify a test service which is only used in tests. It will have access to all the env variables and automatically be on the network and thus can be used for system tests. It will still need a way to know when all the services are up so may be dependent on #952.

@alexdavid @hugobho thoughts?