From 3737d051b339ff156f10546b45a369942d91980b Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Fri, 18 Sep 2015 11:34:13 +0200 Subject: [PATCH 1/2] Added behat-junit-formatter dependency to composer.json --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 2237ad7b34..1aff3c9876 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "behat/mink-extension": "*", "behat/mink-goutte-driver": "*", "behat/mink-selenium2-driver": "*", + "jarnaiz/behat-junit-formatter": "^1.3", "ezsystems/behatbundle": "@dev" }, "suggest": { From c5ffde34115d29d93c956a70d42ff4ea1046b90d Mon Sep 17 00:00:00 2001 From: Vidar Langseid Date: Fri, 11 Sep 2015 09:44:33 +0200 Subject: [PATCH 2/2] Enabled behat-junit-formatter in behat.yml --- behat.yml.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/behat.yml.dist b/behat.yml.dist index 4e3941576c..f197d4ca43 100644 --- a/behat.yml.dist +++ b/behat.yml.dist @@ -18,6 +18,10 @@ default: env: behat debug: false + jarnaiz\JUnitFormatter\JUnitFormatterExtension: + filename: report.xml + outputDir: %paths.base%/build/tests + # default profile: no suites suites: ~