michaelklishin / cucumber.el

Emacs mode for editing Cucumber plain text stories
None!
253 stars 90 forks source link

Can't run cucumber in an existing container #77

Open cactail opened 5 years ago

cactail commented 5 years ago

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.

michaelklishin commented 5 years ago

Please submit a PR.