Behat Quick Start Example

Description

This rerpository will be helpfull for someone who has just started learning the Behat and want to get a working copy of the exmple, given at quick start page of behat main site, instead of following the instructions.

Versions Information

  • php: 7.4
  • behat: ^3.8
  • phpunit: ^9.5
  • autoloading: psr-4

How to Use?

  • Clone the repo on your machine
  • Run the composer install command in the root of the cloned repo
  • Run the vendor/bin/behat to run the tests