-
Use these instructions as a supplement to the CircleCI instructions https://circleci.com/docs/ssh-build
-
Get dependencies
$ brew install caskroom/cask/brew-cask
$ brew cask install chicken
- In your terminal (replace addresses and ports with info in CircleCI docs)
$ ssh -p 64692 [email protected] -L 5902:localhost:5901
ubuntu@box559:~$ vnc4server -geometry 1280x1024 -depth 24
- Connect via VNC
- Open VNC GUI (e.g. Chicken)
- Choose port 5902
- Connect
- In your VNC terminal
$ export DISPLAY=:1.0
$ cd app_name/
$ bundle exec cucumber
To stop a test, add a binding.pry
and repush.
very useful and it is working for me :)