cuken
cuken copied to clipboard
Reusable Cucumber steps and API for post-convergence system integration descriptions
I have tried to use the Cuken Vagrant steps with Vagrant `= 1.0.3`, but Cuken implements these steps against the `~> 0.8.7` version. The Vagrant API changed a bit since...
Refactor Ports class per this discussion: https://github.com/hedgehog/cuken/pull/7#commitcomment-1525232
We seem to be having the same issue: https://github.com/mattwynne/cucover/issues/3
Hi, I've had a go with cuken again. The current gem (not github) fails to setup some of the ssh-steps. It for example 1) complains about the "-b" option at...
- it seems that some features examples from https://www.relishapp.com/hedgehog/cuken are only valid with **_trunk**_ version of cuken (https://github.com/hedgehog/cuken) - it would be fine to keep documentation compatible with current cuken...
``` time cucumber features/foo4.feature > log.txt real 0m42.226s user 0m39.081s sys 0m1.004s ``` --- ``` cat log.txt ``` --- ``` @announce Feature: Interactive process control In order to test interactive...