You are here

behat.partial.yml in Lightning Core 8.2

Same filename and directory in other branches
  1. 8 tests/behat.partial.yml
tests/behat.partial.yml

File

tests/behat.partial.yml
View source
  1. default:
  2. suites:
  3. default:
  4. paths:
  5. - '%paths.base%/features'
  6. extensions:
  7. 'DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension': ~
  8. 'Drupal\DrupalExtension':
  9. subcontexts:
  10. paths:
  11. - '%paths.base%/contexts'
  12. # TODO: Move all of this into Lightning Dev once all components are tested
  13. # on headless Chrome.
  14. 'Behat\MinkExtension':
  15. browser_name: chrome
  16. sessions:
  17. javascript:
  18. chrome:
  19. api_url: 'http://localhost:9222'