diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-28 23:57:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-28 23:57:35 +0200 |
commit | 76c803f0afba3c6207f0b6e9d224cbd8af1783ab (patch) | |
tree | cccad510c405c3dfb1078dd3d67f1d37a8d4e48a /tests/acceptance/config | |
parent | 20e7a0c07b4259a22231b70a1b66514be2adeed7 (diff) | |
download | nextcloud-server-76c803f0afba3c6207f0b6e9d224cbd8af1783ab.tar.gz nextcloud-server-76c803f0afba3c6207f0b6e9d224cbd8af1783ab.zip |
add acceptance tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'tests/acceptance/config')
-rw-r--r-- | tests/acceptance/config/behat.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/acceptance/config/behat.yml b/tests/acceptance/config/behat.yml index 10e1d425022..3495769457d 100644 --- a/tests/acceptance/config/behat.yml +++ b/tests/acceptance/config/behat.yml @@ -10,6 +10,7 @@ default: - NextcloudTestServerContext - AppNavigationContext + - CommentsAppContext - FeatureContext - FilesAppContext - FilesSharingAppContext |