.drone.yml 409 B

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