behat.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. default:
  2. autoload:
  3. '': "%paths.base%/../features/bootstrap"
  4. suites:
  5. default:
  6. paths:
  7. - "%paths.base%/../features"
  8. contexts:
  9. - FeatureContext:
  10. baseUrl: http://localhost:8080/ocs/
  11. admin:
  12. - admin
  13. - admin
  14. regular_user_password: 123456
  15. - CommentsContext:
  16. baseUrl: http://localhost:8080
  17. - TagsContext:
  18. baseUrl: http://localhost:8080
  19. - CardDavContext:
  20. baseUrl: http://localhost:8080
  21. - CalDavContext:
  22. baseUrl: http://localhost:8080
  23. - ChecksumsContext:
  24. baseUrl: http://localhost:8080
  25. - CommandLineContext:
  26. baseUrl: http://localhost:8080
  27. ocPath: ../../
  28. federation:
  29. paths:
  30. - "%paths.base%/../federation_features"
  31. contexts:
  32. - FederationContext:
  33. baseUrl: http://localhost:8080/ocs/
  34. admin:
  35. - admin
  36. - admin
  37. regular_user_password: 123456
  38. capabilities:
  39. paths:
  40. - "%paths.base%/../capabilities_features"
  41. contexts:
  42. - CapabilitiesContext:
  43. baseUrl: http://localhost:8080/ocs/
  44. admin:
  45. - admin
  46. - admin
  47. regular_user_password: 123456
  48. collaboration:
  49. paths:
  50. - "%paths.base%/../collaboration_features"
  51. contexts:
  52. - CollaborationContext:
  53. baseUrl: http://localhost:8080/ocs/
  54. admin:
  55. - admin
  56. - admin
  57. regular_user_password: 123456
  58. sharees:
  59. paths:
  60. - "%paths.base%/../sharees_features"
  61. contexts:
  62. - ShareesContext:
  63. baseUrl: http://localhost:8080/ocs/
  64. admin:
  65. - admin
  66. - admin
  67. regular_user_password: 123456
  68. sharing:
  69. paths:
  70. - "%paths.base%/../sharing_features"
  71. contexts:
  72. - SharingContext:
  73. baseUrl: http://localhost:8080/ocs/
  74. admin:
  75. - admin
  76. - admin
  77. regular_user_password: 123456
  78. - TalkContext
  79. setup:
  80. paths:
  81. - "%paths.base%/../setup_features"
  82. contexts:
  83. - SetupContext:
  84. baseUrl: http://localhost:8080/ocs/
  85. admin:
  86. - admin
  87. - admin
  88. regular_user_password: 123456
  89. filesdrop:
  90. paths:
  91. - "%paths.base%/../filesdrop_features"
  92. contexts:
  93. - FilesDropContext:
  94. baseUrl: http://localhost:8080
  95. admin:
  96. - admin
  97. - admin
  98. regular_user_password: 123456
  99. ldap:
  100. paths:
  101. - "%paths.base%/../ldap_features"
  102. contexts:
  103. - LDAPContext:
  104. baseUrl: http://localhost:8080
  105. admin:
  106. - admin
  107. - admin
  108. regular_user_password: 123456
  109. remoteapi:
  110. paths:
  111. - "%paths.base%/../remoteapi_features"
  112. contexts:
  113. - FeatureContext:
  114. baseUrl: http://localhost:8080/ocs/
  115. admin:
  116. - admin
  117. - admin
  118. regular_user_password: 123456
  119. - RemoteContext:
  120. remote: http://localhost:8080
  121. extensions:
  122. jarnaiz\JUnitFormatter\JUnitFormatterExtension:
  123. filename: report.xml
  124. outputDir: "%paths.base%/../output/"