shanejansen / touchstone

Touchstone is a testing framework for your services that focuses on component, end-to-end, and exploratory testing.
16 stars 2 forks source link

Supply arbitrary list of supporting images #19

Closed shanejansen closed 3 years ago

shanejansen commented 3 years ago

Some services need supporting images which do no include mocks. Add ability to specify a list of "supporting" Docker images to spin up when Touchstone is started

ScottFreeCode commented 3 years ago

Is there anything specifically that would be different for this vs using a combination of #18 and #21 to add them as services without tests?

shanejansen commented 3 years ago

@ScottFreeCode I like that idea. You'll also get the built in Docker health check by defining it as a service