aboutsummaryrefslogtreecommitdiffstats
path: root/tests/acceptance/config/behat.yml
blob: dfea50b3c5aadb8310ade0ec4031ce5d0030c22e (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
default:
  suites:
    default:
      paths:
        - %paths.base%/../features
      contexts:
        - ActorContext
        - NextcloudTestServerContext

        - AppNavigationContext
        - AppSettingsContext
        - AppsManagementContext
        - CommentsAppContext
        - ContactsMenuContext
        - DialogContext
        - FeatureContext
        - FileListContext
        - FilePickerContext
        - FilesAppContext
        - FilesAppSharingContext
        - LoginPageContext
        - NotificationsContext
        - PublicShareContext
        - SearchContext
        - SettingsContext
        - SettingsMenuContext
        - ThemingAppContext
        - ToastContext
        - UsersSettingsContext
      filters:
        tags: "~@apache"
    apache:
      paths:
        - %paths.base%/../features
      contexts:
        - ActorContext
        - NextcloudTestServerContext:
            nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper

        - AppNavigationContext
        - AppSettingsContext
        - AppsManagementContext
        - CommentsAppContext
        - ContactsMenuContext
        - DialogContext
        - FeatureContext
        - FileListContext
        - FilePickerContext
        - FilesAppContext
        - FilesAppSharingContext
        - LoginPageContext
        - NotificationsContext
        - PublicShareContext
        - SearchContext
        - SettingsContext
        - SettingsMenuContext
        - ThemingAppContext
        - ToastContext
        - UsersSettingsContext
      filters:
        tags: "@apache"
  extensions:
    Behat\MinkExtension:
      sessions:
        default:
          selenium2:
            wd_host: %selenium.server%
        John:
          selenium2:
            wd_host: %selenium.server%
        Jane:
          selenium2:
            wd_host: %selenium.server%
        Jim:
          selenium2:
            wd_host: %selenium.server%
        Rubeus:
          # Rubeus uses a browser that has CSS grid support.
          selenium2:
            wd_host: %selenium.server%
            capabilities:
              firefox:
                profile: %paths.base%/firefox-profiles/css-grid-enabled.zip