behat.yml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. federation:
  26. paths:
  27. - %paths.base%/../federation_features
  28. contexts:
  29. - FederationContext:
  30. baseUrl: http://localhost:8080/ocs/
  31. admin:
  32. - admin
  33. - admin
  34. regular_user_password: 123456
  35. capabilities:
  36. paths:
  37. - %paths.base%/../capabilities_features
  38. contexts:
  39. - CapabilitiesContext:
  40. baseUrl: http://localhost:8080/ocs/
  41. admin:
  42. - admin
  43. - admin
  44. regular_user_password: 123456
  45. sharees:
  46. paths:
  47. - %paths.base%/../sharees_features
  48. contexts:
  49. - ShareesContext:
  50. baseUrl: http://localhost:8080/ocs/
  51. admin:
  52. - admin
  53. - admin
  54. regular_user_password: 123456
  55. extensions:
  56. jarnaiz\JUnitFormatter\JUnitFormatterExtension:
  57. filename: report.xml
  58. outputDir: %paths.base%/../output/