cucumber.el
cucumber.el copied to clipboard
Can't run cucumber in an existing container
Hello
I'm working with a dockerized ruby on rails application.
is there a way to run a cucumber scenario through the command C-c ,s
in the existing docker container?
The docker-compose command use for the mode is run
, when actually I need exec
.
I set the variable feature-docker-compose-command
to "docker-compose exec -it".
But the command triggered for the feature-mode is: docker-compose exec -it run [CONTAINER_NAME]
it should be docker-compose exec -it [CONTAINER_NAME]
.
Thanks in advance.
Please submit a PR.