Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 545 Bytes

mycrm-specs

Running specs

setup

To setup the project run:

  • cd mycrm-specs
  • php composer.phar install
  • docker-compose build

Run specs

docker-compose run --rm specs ./features/

Debugging

Replace the original image for the container firefox-server with selenium/standalone-firefox-debug:2.53.0.

Then use a VNC client to connect on this container on the port 5900:

  • On Safari type: vnc://<ip>:5900 to see the browser in action
  • the password is secret
  • docker-machine ls to get the ip