behat.yml 6.3 KB

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