-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Two benefits if Testbeat can run from docker image:
- No need for gem install this and that
- Can test a dockerized service using a
link
Will it also be able to test a service by name in the host's hosts file? If so there's not many drawbacks.
Specs can be for example /spec/*_spec.rb by default, overridable with env. /spec can be COPY'd to in a downstream Dockerfile, or simply mounted as volume.
NODE is no longer a good name, and maybe never was, for the System Under Test. In contexts of Docker or Kubernetes it is rather a Service. We can keep the NODE env for backwards compatibility but use something else to name the link. svc or service or sut or target
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels