behat.yml 2.9 KB

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