From 2c619442926b3ed9f710c55eb4cd17dfc22ffa2a Mon Sep 17 00:00:00 2001 From: Sergio Bertolin Date: Thu, 19 Oct 2017 07:34:15 +0000 Subject: [PATCH] Added a requirement coming from core --- tests/integration/config/behat.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/integration/config/behat.yml b/tests/integration/config/behat.yml index a5896508..093071e7 100644 --- a/tests/integration/config/behat.yml +++ b/tests/integration/config/behat.yml @@ -17,6 +17,7 @@ default: - admin regular_user_password: 123456 mailhog_url: http://127.0.0.1:8025/api/v2/messages + oc_path: ../../../../ Custom_Groups: paths: - %paths.base%/../custom_groups_features @@ -28,6 +29,7 @@ default: - admin regular_user_password: 123456 mailhog_url: http://127.0.0.1:8025/api/v2/messages + oc_path: ../../../../ extensions: jarnaiz\JUnitFormatter\JUnitFormatterExtension: filename: report.xml