- services:
- selenium:
- image: selenium/standalone-firefox-debug:3.1
- pipeline:
- build:
- image: debian:9.0
- commands:
- - echo "Acquire::http::Proxy \"http://200.50.168.30:3142\";" | tee /etc/apt/apt.conf.d/00aptproxy
- - apt-get update && apt-get install -yq git curl imagemagick php-cli php-curl php-mbstring php-imagick php-xml
- - which compare
- - env
- - pwd
- - ls -lash
- - cd behat/testScreenshotGalvez ; php ./vendor/bin/codecept run --steps tests/acceptance/
|