apiaryio / dredd-example

Example application using Dredd and CI
MIT License
85 stars 61 forks source link

Example lack mongodb information #23

Closed senpl closed 5 years ago

senpl commented 6 years ago

Currently example tries to connect to mongodb. But mongodb start is not covered in example.

honzajavorek commented 6 years ago

Hmm... in this case, that's because MongoDB start/shutdown is covered by the respective CI services (Travis CI, CircleCI, AppVeyor).

honzajavorek commented 5 years ago

Starting MongoDB itself is usually handled by the operation system etc. and I'd say it's out of the scope of the example.