You are here

behat.partial.yml in Lightning Media 8

Same filename and directory in other branches
  1. 8.2 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. 'Drupal\DrupalExtension':
  8. subcontexts:
  9. paths:
  10. - '%paths.base%/contexts'
  11. 'Behat\MinkExtension':
  12. selenium2:
  13. capabilities:
  14. chrome:
  15. switches:
  16. # This switch prevents Chrome from crashing on Travis CI's
  17. # container-based (non-sudo) infrastructure, as documented at
  18. # https://docs.travis-ci.com/user/chrome. This should be moved
  19. # into Lightning Dev once all components use the container-based
  20. # infrastructure for testing.
  21. - '--no-sandbox'