arquillian / arquillian-cube

Control (docker, kubernetes, openshift) containers in your tests with ease!
http://arquillian.org/arquillian-cube/
118 stars 98 forks source link

Execute commands after container start #1111

Closed tobiasstadler closed 5 years ago

tobiasstadler commented 5 years ago

Short description of what this resolves:

I want to copy files and execute commands after a container started (similar to the before stop commands)

Changes proposed in this pull request:

Implemented AfterStart observer similar to BeforeStopObserver

Fixes #

bartoszmajsak commented 5 years ago

@lordofthejars can you have a look?

lordofthejars commented 5 years ago

Thank you very much for improving Arquillian Cube.