This example tests the "Symfony Demo Application". This project is pure to illustrate how a project can be tested using Behat and Chromedriver.
##Installation: First install the symfony installer
make installSecondly install composer packages and https certificates
make configureBoot the application:
make bootAnd start the Chome driver
[location of the chrome browser] Chrome --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --window-size=1920,1080Run behat with:
make behatYou can check the website at:
https://localhost:8000/