Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Latest commit

 

History

History

behat

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Behat Testing

The following is a guide on how to bootstrap Behat testing.

Local system

  1. Execute composer install in project root.
  2. Set up Behat local.yml file ./task.sh setup:behat
  3. Execute behat tests either via Phing target, or directly from binary:
  • Via Phing: ./task.sh tests:behat
  • Fron binary: ./vendor/bin/behat tests/behat/features --config=tests/behat/local.yml -p local