.drone.yml 501 B

123456789101112131415
  1. services:
  2. selenium:
  3. image: selenium/standalone-firefox-debug:3.1
  4. pipeline:
  5. build:
  6. image: debian:9.0
  7. commands:
  8. - echo "Acquire::http::Proxy \"http://200.50.168.30:3142\";" | tee /etc/apt/apt.conf.d/00aptproxy
  9. - apt-get update && apt-get install -yq git curl imagemagick php-cli php-curl php-mbstring php-imagick php-xml
  10. - which compare
  11. - env
  12. - pwd
  13. - ls -lash
  14. - cd behat/testScreenshot ; php ./vendor/bin/codecept run --steps tests/acceptance/