behat.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. default:
  2. suites:
  3. default:
  4. paths:
  5. - "%paths.base%/../features"
  6. contexts:
  7. - ActorContext
  8. - NextcloudTestServerContext
  9. - AppNavigationContext
  10. - AppSettingsContext
  11. - AppsManagementContext
  12. - CommentsAppContext
  13. - ContactsMenuContext
  14. - DialogContext
  15. - FeatureContext
  16. - FileListContext
  17. - FilePickerContext
  18. - FilesAppContext
  19. - FilesAppSharingContext
  20. - LoginPageContext
  21. - NotificationsContext
  22. - PublicShareContext
  23. - SearchContext
  24. - SettingsContext
  25. - SettingsMenuContext
  26. - ThemingAppContext
  27. - ToastContext
  28. - UsersSettingsContext
  29. filters:
  30. tags: "~@apache"
  31. apache:
  32. paths:
  33. - "%paths.base%/../features"
  34. contexts:
  35. - ActorContext
  36. - NextcloudTestServerContext:
  37. nextcloudTestServerHelper: NextcloudTestServerLocalApacheHelper
  38. - AppNavigationContext
  39. - AppSettingsContext
  40. - AppsManagementContext
  41. - CommentsAppContext
  42. - ContactsMenuContext
  43. - DialogContext
  44. - FeatureContext
  45. - FileListContext
  46. - FilePickerContext
  47. - FilesAppContext
  48. - FilesAppSharingContext
  49. - LoginPageContext
  50. - NotificationsContext
  51. - PublicShareContext
  52. - SearchContext
  53. - SettingsContext
  54. - SettingsMenuContext
  55. - ThemingAppContext
  56. - ToastContext
  57. - UsersSettingsContext
  58. filters:
  59. tags: "@apache"
  60. extensions:
  61. Behat\MinkExtension:
  62. sessions:
  63. default:
  64. selenium2:
  65. wd_host: %selenium.server%
  66. browser: "chrome"
  67. capabilities:
  68. extra_capabilities:
  69. goog:chromeOptions:
  70. args: ["disable-dev-shm-usage"]
  71. w3c: false
  72. John:
  73. selenium2:
  74. wd_host: %selenium.server%
  75. browser: "chrome"
  76. capabilities:
  77. extra_capabilities:
  78. goog:chromeOptions:
  79. args: ["disable-dev-shm-usage"]
  80. w3c: false
  81. Jane:
  82. selenium2:
  83. wd_host: %selenium.server%
  84. browser: "chrome"
  85. capabilities:
  86. extra_capabilities:
  87. goog:chromeOptions:
  88. args: ["disable-dev-shm-usage"]
  89. w3c: false
  90. Jim:
  91. selenium2:
  92. wd_host: %selenium.server%
  93. browser: "chrome"
  94. capabilities:
  95. extra_capabilities:
  96. goog:chromeOptions:
  97. args: ["disable-dev-shm-usage"]
  98. w3c: false
  99. Rubeus:
  100. # Rubeus uses a browser that has CSS grid support.
  101. selenium2:
  102. wd_host: %selenium.server%
  103. capabilities:
  104. firefox:
  105. profile: %paths.base%/firefox-profiles/css-grid-enabled.zip