From cb0726dae313770082a26149e09baeca85a3cbcc Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 14 Nov 2012 00:47:23 +0100 Subject: [PATCH 1/3] Added 'phing behat' command --- build.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/build.xml b/build.xml index ab4fffa..97bc703 100644 --- a/build.xml +++ b/build.xml @@ -133,6 +133,27 @@ Options: + + + + + + + + + + + + + + + + + + + + From d16d6adeb3492c2df6012a35a19038fe19e1583a Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 15 Nov 2012 17:57:58 +0100 Subject: [PATCH 2/3] Added default behat.yml --- behat.yml | 20 ++++++++++++++++++++ build.xml | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 behat.yml diff --git a/behat.yml b/behat.yml new file mode 100644 index 0000000..295669d --- /dev/null +++ b/behat.yml @@ -0,0 +1,20 @@ +default: + extensions: + + SilverStripe\BehatExtension\Extension: + framework_path: framework + + Behat\MinkExtension\Extension: + # Adjust this to your own website URL. + # Uncomment, or set through environment variable: + # > export BEHAT_PARAMS="extensions[Behat\MinkExtension\Extension][base_url]=http://localhost/" + # + # base_url: http://localhost/ + + # TODO Dynamically set through LocatorProcessor + files_path: %behat.paths.base%/framework/tests/behat/features/files/ + default_session: selenium2 + javascript_session: selenium2 + goutte: ~ + selenium2: + browser: firefox \ No newline at end of file diff --git a/build.xml b/build.xml index 97bc703..6a818d4 100644 --- a/build.xml +++ b/build.xml @@ -268,7 +268,7 @@ Options: - + @@ -299,7 +299,7 @@ Options: - + From 64b1d07c7835e72a03c3304ea00b07c16c92062c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 15 Nov 2012 17:59:36 +0100 Subject: [PATCH 3/3] Don't include composer.json in release packages --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 6a818d4..e635d1a 100644 --- a/build.xml +++ b/build.xml @@ -269,6 +269,7 @@ Options: + @@ -300,6 +301,7 @@ Options: +