From 1d026e9a3485abcbf7a2a9933a035ba7657d4439 Mon Sep 17 00:00:00 2001 From: Guillaume Lesniak Date: Thu, 22 Sep 2016 10:09:01 +0200 Subject: [PATCH] Add behat tests including MonarcCore ones --- behat.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 behat.yml diff --git a/behat.yml b/behat.yml new file mode 100644 index 0000000..40d672d --- /dev/null +++ b/behat.yml @@ -0,0 +1,7 @@ +default: + autoload: + '': %paths.base%/module/MonarcCore/features/bootstrap + suites: + features: + paths: [ %paths.base%/module/MonarcCore/features ] + contexts: [ AmvContext ]