Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 823 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 823 Bytes

Behat Demo

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 install

Secondly install composer packages and https certificates

make configure

Run the application

Boot the application:

make boot

And start the Chome driver

[location of the chrome browser] Chrome --remote-debugging-address=0.0.0.0 --remote-debugging-port=9222 --window-size=1920,1080

Run behat with:

make behat

You can check the website at:
https://localhost:8000/

Refrences: