Commit graph

6 commits

Author SHA1 Message Date
Alexander Zeitler
70a98f473b feat: make result for port command type safe 2021-04-14 16:17:03 +02:00
Alexander Zeitler
afb2b1116b fix(test): fix broken tests
Some tests failed because the used `alpine` service did start non-blocking which caused the container to stop immediately. Assertions expecting the container to run then failed.

The new structure is to use two blocking `nginx` images which serve a scenario of web and proxy.

For the `--abort-on-container-exit` flag tests a third - non-blocking by intend - service based on the `hello-world` image has been added.
2021-04-10 21:38:12 +02:00
Paweł Niedzielski
761ac0b094 Use same docker image versions for tests
Fixes #61
2019-04-28 23:58:47 +02:00
Lars Kumbier
cb10f66295 Add port command 2019-04-11 12:10:45 +02:00
Ignatiev Mikhail
4d7fac4b2a exec and run implementation 2018-06-16 16:42:43 +03:00
Ignatiev Mikhail
8889412840 custom ymls support + tests, eslint aid for tests 2018-06-16 13:00:24 +03:00