Skip to content
Snippets Groups Projects
ahoy.yml 487 B
Newer Older
  • Learn to ignore specific revisions
  • ahoyapi: v2
    commands:
    
        cmd: docker compose exec ${LAKEDROPS_DEV_DC_OPTIONS} php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
    
        hide: true
    
        cmd: ahoy behat exec "$@"
    
        usage: Run Behat tests on the project
      test2xml:
    
        cmd: ahoy behat exec -- --format junit --out tests/output "$@"
    
        usage: Run Behat tests on the project and output in junit format
      update:
    
        cmd: composer lakedrops:behat "$@"
    
        usage: (Re-)Configure Behat for this project