summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/config/behat.yml
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 14:35:19 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2017-04-21 14:44:29 +0200
commit2f80025ec25dd3ce19c0664f07073399e9bf99e9 (patch)
tree9cb469bcf60bcb91c6462d8cd13834ad5d7a9482 /tests/acceptance/config/behat.yml
parentf89c16f83e33a38bf9a906b990c661b69eddd1e5 (diff)
downloadnextcloud-server-2f80025ec25dd3ce19c0664f07073399e9bf99e9.tar.gz
nextcloud-server-2f80025ec25dd3ce19c0664f07073399e9bf99e9.zip
Move acceptance tests from build/acceptance to tests/acceptance
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests/acceptance/config/behat.yml')
-rw-r--r--tests/acceptance/config/behat.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml
new file mode 100644
index 00000000000..6c3d9e4a7b9
--- /dev/null
+++ b/tests/acceptance/config/behat.yml
@@ -0,0 +1,26 @@
+default:
+ autoload:
+ '': %paths.base%/../features/bootstrap
+ suites:
+ default:
+ paths:
+ - %paths.base%/../features
+ contexts:
+ - ActorContext
+ - NextcloudTestServerContext
+
+ - FeatureContext
+ - FilesAppContext
+ - LoginPageContext
+ - NotificationContext
+ - SettingsMenuContext
+ - UsersSettingsContext
+ extensions:
+ Behat\MinkExtension:
+ sessions:
+ default:
+ selenium2: ~
+ John:
+ selenium2: ~
+ Jane:
+ selenium2: ~