Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-08-11 03:34:03 +0300
committerOlivier Paroz <github@oparoz.com>2015-08-11 03:34:03 +0300
commitb84508a0b687b91b623c6f81ea99e5fe40daa846 (patch)
treefdc2ffb7294a715d6f0a20d35fc135030d905aa6 /tests/acceptance.suite.yml
parenta8b1af48860f359435fa451fa9c765c420b3dd33 (diff)
1st acceptance and api tests
Diffstat (limited to 'tests/acceptance.suite.yml')
-rw-r--r--tests/acceptance.suite.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/acceptance.suite.yml b/tests/acceptance.suite.yml
new file mode 100644
index 00000000..ae617038
--- /dev/null
+++ b/tests/acceptance.suite.yml
@@ -0,0 +1,16 @@
+# Codeception Test Suite Configuration
+#
+# Suite for acceptance tests.
+# Perform tests in browser using the WebDriver or PhpBrowser.
+# If you need both WebDriver and PHPBrowser tests - create a separate suite.
+
+class_name: AcceptanceTester
+modules:
+ enabled:
+ - \Helper\Acceptance
+ - WebDriver:
+ url: http://localhost:8000
+ browser: phantomjs
+ window_size: 960x1080
+ capabilities:
+ unexpectedAlertBehaviour: 'accept'