behat.yml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-FileCopyrightText: 2015-2016 ownCloud, Inc.
  3. # SPDX-License-Identifier: AGPL-3.0-only
  4. default:
  5. autoload:
  6. '': "%paths.base%/../features/bootstrap"
  7. formatters:
  8. junit:
  9. output_path: '%paths.base%/../output'
  10. pretty:
  11. output_styles:
  12. comment: [ 'bright-blue' ]
  13. suites:
  14. default:
  15. paths:
  16. - "%paths.base%/../features"
  17. contexts:
  18. - FeatureContext:
  19. baseUrl: http://localhost:8080/ocs/
  20. admin:
  21. - admin
  22. - admin
  23. regular_user_password: 123456
  24. - CommentsContext:
  25. baseUrl: http://localhost:8080
  26. - TagsContext:
  27. baseUrl: http://localhost:8080
  28. - CardDavContext:
  29. baseUrl: http://localhost:8080
  30. - CalDavContext:
  31. baseUrl: http://localhost:8080
  32. - ChecksumsContext:
  33. baseUrl: http://localhost:8080
  34. - CommandLineContext:
  35. baseUrl: http://localhost:8080
  36. ocPath: ../../
  37. comments:
  38. paths:
  39. - "%paths.base%/../comments_features"
  40. contexts:
  41. - FeatureContext:
  42. baseUrl: http://localhost:8080/ocs/
  43. admin:
  44. - admin
  45. - admin
  46. regular_user_password: 123456
  47. - CommentsContext:
  48. baseUrl: http://localhost:8080
  49. - TagsContext:
  50. baseUrl: http://localhost:8080
  51. - CardDavContext:
  52. baseUrl: http://localhost:8080
  53. - CalDavContext:
  54. baseUrl: http://localhost:8080
  55. - ChecksumsContext:
  56. baseUrl: http://localhost:8080
  57. - CommandLineContext:
  58. baseUrl: http://localhost:8080
  59. ocPath: ../../
  60. dav:
  61. paths:
  62. - "%paths.base%/../dav_features"
  63. contexts:
  64. - FeatureContext:
  65. baseUrl: http://localhost:8080/ocs/
  66. admin:
  67. - admin
  68. - admin
  69. regular_user_password: 123456
  70. - CommentsContext:
  71. baseUrl: http://localhost:8080
  72. - TagsContext:
  73. baseUrl: http://localhost:8080
  74. - CardDavContext:
  75. baseUrl: http://localhost:8080
  76. - CalDavContext:
  77. baseUrl: http://localhost:8080
  78. - ChecksumsContext:
  79. baseUrl: http://localhost:8080
  80. - CommandLineContext:
  81. baseUrl: http://localhost:8080
  82. ocPath: ../../
  83. federation:
  84. paths:
  85. - "%paths.base%/../federation_features"
  86. contexts:
  87. - FederationContext:
  88. baseUrl: http://localhost:8080/ocs/
  89. admin:
  90. - admin
  91. - admin
  92. regular_user_password: 123456
  93. files:
  94. paths:
  95. - "%paths.base%/../files_features"
  96. contexts:
  97. - FeatureContext:
  98. baseUrl: http://localhost:8080/ocs/
  99. admin:
  100. - admin
  101. - admin
  102. regular_user_password: 123456
  103. - CommentsContext:
  104. baseUrl: http://localhost:8080
  105. - TagsContext:
  106. baseUrl: http://localhost:8080
  107. - CardDavContext:
  108. baseUrl: http://localhost:8080
  109. - CalDavContext:
  110. baseUrl: http://localhost:8080
  111. - ChecksumsContext:
  112. baseUrl: http://localhost:8080
  113. - CommandLineContext:
  114. baseUrl: http://localhost:8080
  115. ocPath: ../../
  116. capabilities:
  117. paths:
  118. - "%paths.base%/../capabilities_features"
  119. contexts:
  120. - CapabilitiesContext:
  121. baseUrl: http://localhost:8080/ocs/
  122. admin:
  123. - admin
  124. - admin
  125. regular_user_password: 123456
  126. collaboration:
  127. paths:
  128. - "%paths.base%/../collaboration_features"
  129. contexts:
  130. - CollaborationContext:
  131. baseUrl: http://localhost:8080/ocs/
  132. admin:
  133. - admin
  134. - admin
  135. regular_user_password: 123456
  136. sharees:
  137. paths:
  138. - "%paths.base%/../sharees_features"
  139. contexts:
  140. - ShareesContext:
  141. baseUrl: http://localhost:8080/ocs/
  142. admin:
  143. - admin
  144. - admin
  145. regular_user_password: 123456
  146. sharing:
  147. paths:
  148. - "%paths.base%/../sharing_features"
  149. contexts:
  150. - SharingContext:
  151. baseUrl: http://localhost:8080/ocs/
  152. admin:
  153. - admin
  154. - admin
  155. regular_user_password: 123456
  156. - TalkContext
  157. videoverification:
  158. paths:
  159. - "%paths.base%/../videoverification_features"
  160. contexts:
  161. - SharingContext:
  162. baseUrl: http://localhost:8080/ocs/
  163. admin:
  164. - admin
  165. - admin
  166. regular_user_password: 123456
  167. - TalkContext
  168. setup:
  169. paths:
  170. - "%paths.base%/../setup_features"
  171. contexts:
  172. - SetupContext:
  173. baseUrl: http://localhost:8080/ocs/
  174. admin:
  175. - admin
  176. - admin
  177. regular_user_password: 123456
  178. filesdrop:
  179. paths:
  180. - "%paths.base%/../filesdrop_features"
  181. contexts:
  182. - FilesDropContext:
  183. baseUrl: http://localhost:8080
  184. admin:
  185. - admin
  186. - admin
  187. regular_user_password: 123456
  188. ldap:
  189. paths:
  190. - "%paths.base%/../ldap_features"
  191. contexts:
  192. - LDAPContext:
  193. baseUrl: http://localhost:8080
  194. admin:
  195. - admin
  196. - admin
  197. regular_user_password: 123456
  198. openldap_numerical:
  199. paths:
  200. - "%paths.base%/../openldap_numerical_features"
  201. contexts:
  202. - LDAPContext:
  203. baseUrl: http://localhost:8080
  204. admin:
  205. - admin
  206. - admin
  207. regular_user_password: 123456
  208. openldap:
  209. paths:
  210. - "%paths.base%/../openldap_features"
  211. contexts:
  212. - LDAPContext:
  213. baseUrl: http://localhost:8080
  214. admin:
  215. - admin
  216. - admin
  217. regular_user_password: 123456
  218. remoteapi:
  219. paths:
  220. - "%paths.base%/../remoteapi_features"
  221. contexts:
  222. - FeatureContext:
  223. baseUrl: http://localhost:8080/ocs/
  224. admin:
  225. - admin
  226. - admin
  227. regular_user_password: 123456
  228. - RemoteContext:
  229. remote: http://localhost:8080