Luciano Andrade 8 年之前
父节点
当前提交
c6ee50897c
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      .drone.yml

+ 14 - 0
.drone.yml

@@ -0,0 +1,14 @@
+services:
+  selenium:
+    image: selenium/standalone-firefox-debug:3.1
+
+pipeline:
+  build:
+    image: debian:8.0
+    commands:
+      - echo "Acquire::http::Proxy \"http://172.17.0.5:3142\";" | tee /etc/apt/apt.conf.d/00aptproxy
+      - apt-get update && apt-get install -yq git
+      - env
+      - pwd
+      - ls -lash
+      - cd behat/testScreenshot ; php ./vendor/bin/codecept run --steps tests/acceptance/