codeception.dist.yml 935 B

12345678910111213141516171819202122232425262728
  1. # Copyright © Magento, Inc. All rights reserved.
  2. # See COPYING.txt for license details.
  3. actor: Tester
  4. paths:
  5. tests: tests
  6. log: tests/_output
  7. data: tests/_data
  8. support: src/Magento/FunctionalTestingFramework
  9. envs: etc/_envs
  10. settings:
  11. colors: true
  12. memory_limit: 1024M
  13. extensions:
  14. enabled:
  15. - Magento\FunctionalTestingFramework\Extension\TestContextExtension
  16. - Magento\FunctionalTestingFramework\Allure\Adapter\MagentoAllureAdapter
  17. config:
  18. Magento\FunctionalTestingFramework\Allure\Adapter\MagentoAllureAdapter:
  19. deletePreviousResults: true
  20. outputDirectory: allure-results
  21. ignoredAnnotations:
  22. - env
  23. - zephyrId
  24. - useCaseId
  25. Magento\FunctionalTestingFramework\Extension\TestContextExtension:
  26. driver: \Magento\FunctionalTestingFramework\Module\MagentoWebDriver
  27. params:
  28. - .env