You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some cases might require an additional command on the container start-up.
In general, it could be quite an often case to execute an additional command on the testcontainers start.
Currently, if we configure com.playtika.test.common.properties.CommonContainerProperties #command it will override the default command.
I would suggest adding an additional property like additionalCommands and if it is notNull pass it with withCommand:
Some cases might require an additional command on the container start-up.
In general, it could be quite an often case to execute an additional command on the testcontainers start.
Currently, if we configure
com.playtika.test.common.properties.CommonContainerProperties #command
it will override the default command.I would suggest adding an additional property like
additionalCommands
and if it is notNull pass it withwithCommand
:The text was updated successfully, but these errors were encountered: