cucumber.el icon indicating copy to clipboard operation
cucumber.el copied to clipboard

Can't run cucumber in an existing container

Open cactail opened this issue 6 years ago • 1 comments

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.

cactail avatar Feb 07 '19 22:02 cactail

Please submit a PR.

michaelklishin avatar Feb 08 '19 04:02 michaelklishin