You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

behat.yml 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. sharees:
  49. paths:
  50. - "%paths.base%/../sharees_features"
  51. contexts:
  52. - ShareesContext:
  53. baseUrl: http://localhost:8080/ocs/
  54. admin:
  55. - admin
  56. - admin
  57. regular_user_password: 123456
  58. setup:
  59. paths:
  60. - "%paths.base%/../setup_features"
  61. contexts:
  62. - SetupContext:
  63. baseUrl: http://localhost:8080/ocs/
  64. admin:
  65. - admin
  66. - admin
  67. regular_user_password: 123456
  68. filesdrop:
  69. paths:
  70. - "%paths.base%/../filesdrop_features"
  71. contexts:
  72. - FilesDropContext:
  73. baseUrl: http://localhost:8080
  74. admin:
  75. - admin
  76. - admin
  77. regular_user_password: 123456
  78. ldap:
  79. paths:
  80. - "%paths.base%/../ldap_features"
  81. contexts:
  82. - LDAPContext:
  83. baseUrl: http://localhost:8080
  84. admin:
  85. - admin
  86. - admin
  87. regular_user_password: 123456
  88. remoteapi:
  89. paths:
  90. - "%paths.base%/../remoteapi_features"
  91. contexts:
  92. - FeatureContext:
  93. baseUrl: http://localhost:8080/ocs/
  94. admin:
  95. - admin
  96. - admin
  97. regular_user_password: 123456
  98. - RemoteContext:
  99. remote: http://localhost:8080
  100. extensions:
  101. jarnaiz\JUnitFormatter\JUnitFormatterExtension:
  102. filename: report.xml
  103. outputDir: "%paths.base%/../output/"