Преглед изворни кода

Merge branch 'master' of https://bitbucket.org/ikflowdat/installer

Fernando Alonso пре 7 година
родитељ
комит
5e61bcc125

+ 15 - 0
.drone.yml

@@ -0,0 +1,15 @@
+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/testScreenshot ; php ./vendor/bin/codecept run --steps tests/acceptance/

+ 8 - 0
README.md

@@ -0,0 +1,8 @@
+# README #
+
+Este repo contiene todos los archivos de Flowdat3 que son requridos para la instalación
+ 
+  * MySQL
+  * NginX
+  * Statsd
+  * Supervisord

+ 1 - 1
behat/testScreenshot/tests/_support/_generated/AcceptanceTesterActions.php

@@ -1,4 +1,4 @@
-<?php  //[STAMP] 46d1f2ed551b64c16854999d79887258
+<?php  //[STAMP] 17be7e3bfbe1df71a13cfc1135217982
 namespace _generated;
 
 // This class was automatically generated by build task

+ 1 - 1
behat/testScreenshot/tests/acceptance.suite.yml

@@ -12,7 +12,7 @@ modules:
         - \Helper\Acceptance
         - WebDriver:
            url: 'http://base.fd3.flowdat.com'
-           host: localhost
+           host: 127.0.0.1
            port: 4444
            browser: firefox
         - VisualCeption: