behat.yml 3.4 KB

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