aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/config/behat.yml
blob: 3cd71eec047f122e659d118041015d575e6e7829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
default:
  suites:
    default:
      paths:
        - %paths.base%/../features
      contexts:
        - ActorContext
        - NextcloudTestServerContext

        - AppNavigationContext
        - CommentsAppContext
        - ContactsMenuContext
        - FeatureContext
        - FileListContext
        - FilesAppContext
        - FilesSharingAppContext
        - LoginPageContext
        - NotificationContext
        - SettingsContext
        - SettingsMenuContext
        - ThemingAppContext
        - UsersSettingsContext
  extensions:
    Behat\MinkExtension:
      sessions:
        default:
          selenium2: ~
        John:
          selenium2: ~
        Jane:
          selenium2: ~