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

acceptance.suite.yml « tests - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 72a1cc8f5939693bf08f4519e6357cdc4fcd9745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
         - \Helper\DataSetup
         - WebDriver:
             url: http://localhost:8000
             browser: phantomjs
             window_size: 960x1080
             capabilities:
                 unexpectedAlertBehaviour: 'accept'